Skip to content

Commit 621e60a

Browse files
committed
remove unnecessary fixme
1 parent a8b7116 commit 621e60a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_typeck/src/collect/type_of.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ use super::{bad_placeholder, is_suggestable_infer_ty};
2020
/// This should be called using the query `tcx.opt_const_param_of`.
2121
#[instrument(level = "debug", skip(tcx))]
2222
pub(super) fn opt_const_param_of(tcx: TyCtxt<'_>, def_id: LocalDefId) -> Option<DefId> {
23-
// FIXME(generic_arg_infer): allow for returning DefIds of inference of
24-
// GenericArg::Infer below. This may require a change where GenericArg::Infer has some flag
25-
// for const or type.
2623
use hir::*;
2724
let hir_id = tcx.hir().local_def_id_to_hir_id(def_id);
2825

0 commit comments

Comments
 (0)