fixup except equal params from

This commit is contained in:
Ali MJ Al-Nasrawy 2024-03-28 06:07:50 +00:00
parent 7c6876f9a9
commit fb35156bb5

View file

@ -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