Update test output
This commit is contained in:
parent
cd9d76e0ca
commit
8eb7ee9099
@ -176,7 +176,7 @@ trait Tr: SuperTrait + 'lifetime {
|
|||||||
// flags = 0x2
|
// flags = 0x2
|
||||||
pub(self) fn f(
|
pub(self) fn f(
|
||||||
#[attr] // AttrId { is_doc_comment: false, ast_index: 0 }
|
#[attr] // AttrId { is_doc_comment: false, ast_index: 0 }
|
||||||
_: u8,
|
arg: u8,
|
||||||
_: (),
|
_: (),
|
||||||
) -> ();
|
) -> ();
|
||||||
|
|
||||||
@ -341,7 +341,7 @@ trait Tr<'a, T: 'a>: Super where Self: for<'a> Tr<'a, T> {}
|
|||||||
{
|
{
|
||||||
// flags = 0x2
|
// flags = 0x2
|
||||||
pub(self) fn f<G>(
|
pub(self) fn f<G>(
|
||||||
_: impl Copy,
|
arg: impl Copy,
|
||||||
) -> impl Copy
|
) -> impl Copy
|
||||||
where
|
where
|
||||||
G: 'a;
|
G: 'a;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user