Skip to content

Commit d18ff40

Browse files
lcnrBoxyUwU
andauthored
use the correct feature gate
Co-authored-by: Boxy <[email protected]>
1 parent 7207194 commit d18ff40

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_param_types): Once complex const parameter types
123+
// FIXME(adt_const_params): 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)