Update failing test

This commit is contained in:
Giacomo Stevanato 2021-09-21 15:37:47 +02:00
parent 7f76a73a38
commit 49ba313679

View file

@ -340,12 +340,11 @@ trait Tr<'a, T: 'a>: Super where Self: for<'a> Tr<'a, T> {}
T: 'b
{
// flags = 0x2
pub(self) fn f<G, _anon_1>(
pub(self) fn f<G>(
_: impl Copy,
) -> impl Copy
where
G: 'a,
_anon_1: Copy;
G: 'a;
}
pub(self) enum Enum<'a, T, const U: u8> {