]> git.lizzy.rs Git - rust.git/commitdiff
Update test output
authorLukas Wirth <lukastw97@gmail.com>
Mon, 20 Dec 2021 14:33:57 +0000 (15:33 +0100)
committerLukas Wirth <lukastw97@gmail.com>
Mon, 20 Dec 2021 14:43:15 +0000 (15:43 +0100)
crates/hir_def/src/item_tree/tests.rs

index 1969913bf949ad33eee1b0b8ef1b187f00e3c54f..63d177eaabd7d680e570063edfb67fdc6402212f 100644 (file)
@@ -176,7 +176,7 @@ trait Tr: SuperTrait + 'lifetime {
             // flags = 0x2
             pub(self) fn f(
                 #[attr]  // AttrId { is_doc_comment: false, ast_index: 0 }
-                _: u8,
+                arg: u8,
                 _: (),
             ) -> ();
 
@@ -341,7 +341,7 @@ impl<'a, 'b, T, const K: u8> S<'a, 'b, T, K>
             {
                 // flags = 0x2
                 pub(self) fn f<G>(
-                    _: impl Copy,
+                    arg: impl Copy,
                 ) -> impl Copy
                 where
                     G: 'a;