Skip to content

Commit 7207194

Browse files
committed
update FIXME
1 parent fc2a265 commit 7207194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_typeck/src/outlives/implicit_infer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ fn insert_required_predicates_to_be_wf<'tcx>(
120120
// Luckily the only types contained in default substs are type
121121
// parameters which don't matter here.
122122
//
123-
// FIXME(const_generics): Once more complex const parameter types
123+
// FIXME(const_param_types): Once complex const parameter types
124124
// are allowed, this might be incorrect. I think that we will still be
125125
// fine, as all outlives relations of the const param types should also
126126
// be part of the adt containing it, but we should still both update the

0 commit comments

Comments
 (0)