We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7207194 commit d18ff40Copy full SHA for d18ff40
compiler/rustc_typeck/src/outlives/implicit_infer.rs
@@ -120,7 +120,7 @@ fn insert_required_predicates_to_be_wf<'tcx>(
120
// Luckily the only types contained in default substs are type
121
// parameters which don't matter here.
122
//
123
- // FIXME(const_param_types): Once complex const parameter types
+ // FIXME(adt_const_params): Once complex const parameter types
124
// are allowed, this might be incorrect. I think that we will still be
125
// fine, as all outlives relations of the const param types should also
126
// be part of the adt containing it, but we should still both update the
0 commit comments