Skip to content

Commit

Permalink
fixup except equal params from
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemjay committed Mar 28, 2024
1 parent 7c6876f commit fb35156
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ui/type-alias-impl-trait/equal-lifetime-params-ok.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// FIXME: description
// Normally we do not allow equal lifetimes in opaque type generic args at
// their defining sites. An exception to this rule, however, is when the bounds
// of the opaque type *require* the lifetimes to be equal.
// issue: #113916
//@ check-pass

Expand Down

0 comments on commit fb35156

Please sign in to comment.