We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6876f commit fb35156Copy full SHA for fb35156
tests/ui/type-alias-impl-trait/equal-lifetime-params-ok.rs
@@ -1,4 +1,6 @@
1
-// FIXME: description
+// Normally we do not allow equal lifetimes in opaque type generic args at
2
+// their defining sites. An exception to this rule, however, is when the bounds
3
+// of the opaque type *require* the lifetimes to be equal.
4
// issue: #113916
5
//@ check-pass
6
0 commit comments