about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2021-09-01 11:42:52 +0200
committerlcnr <rust@lcnr.de>2021-09-01 11:42:52 +0200
commit7207194dbbeb92a27dcfae0f7d1143ec3d6506d3 (patch)
tree8af1b3ba3ad82cc04b40c7e1cb9bf7e474b97952
parentfc2a2650e2e8d86a9eab06eb1a03ff1a0641cd58 (diff)
downloadrust-7207194dbbeb92a27dcfae0f7d1143ec3d6506d3.tar.gz
rust-7207194dbbeb92a27dcfae0f7d1143ec3d6506d3.zip
update FIXME
-rw-r--r--compiler/rustc_typeck/src/outlives/implicit_infer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_typeck/src/outlives/implicit_infer.rs b/compiler/rustc_typeck/src/outlives/implicit_infer.rs
index 9fe26711f21..3f7a350b11c 100644
--- a/compiler/rustc_typeck/src/outlives/implicit_infer.rs
+++ b/compiler/rustc_typeck/src/outlives/implicit_infer.rs
@@ -120,7 +120,7 @@ fn insert_required_predicates_to_be_wf<'tcx>(
     // Luckily the only types contained in default substs are type
     // parameters which don't matter here.
     //
-    // FIXME(const_generics): Once more complex const parameter types
+    // FIXME(const_param_types): Once complex const parameter types
     // are allowed, this might be incorrect. I think that we will still be
     // fine, as all outlives relations of the const param types should also
     // be part of the adt containing it, but we should still both update the