Skip to content

Commit a3e3787

Browse files
committed
remove unnecessary fixme
1 parent 7224b00 commit a3e3787

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_typeck/src/collect/type_of.rs

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ use super::{bad_placeholder, is_suggestable_infer_ty};
1919
///
2020
/// This should be called using the query `tcx.opt_const_param_of`.
2121
pub(super) fn opt_const_param_of(tcx: TyCtxt<'_>, def_id: LocalDefId) -> Option<DefId> {
22-
// FIXME(generic_arg_infer): allow for returning DefIds of inference of
23-
// GenericArg::Infer below. This may require a change where GenericArg::Infer has some flag
24-
// for const or type.
2522
use hir::*;
2623
let hir_id = tcx.hir().local_def_id_to_hir_id(def_id);
2724

0 commit comments

Comments
 (0)