Skip to content

Commit fb35156

Browse files
committed
fixup except equal params from
1 parent 7c6876f commit fb35156

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ui/type-alias-impl-trait/equal-lifetime-params-ok.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// FIXME: description
1+
// 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.
24
// issue: #113916
35
//@ check-pass
46

0 commit comments

Comments
 (0)