Skip to content

Commit 49ba313

Browse files
committed
Update failing test
1 parent 7f76a73 commit 49ba313

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/hir_def/src/item_tree/tests.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,11 @@ trait Tr<'a, T: 'a>: Super where Self: for<'a> Tr<'a, T> {}
340340
T: 'b
341341
{
342342
// flags = 0x2
343-
pub(self) fn f<G, _anon_1>(
343+
pub(self) fn f<G>(
344344
_: impl Copy,
345345
) -> impl Copy
346346
where
347-
G: 'a,
348-
_anon_1: Copy;
347+
G: 'a;
349348
}
350349
351350
pub(self) enum Enum<'a, T, const U: u8> {

0 commit comments

Comments
 (0)