Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/macro_expansion_tests/proc_macros.rs')
| -rw-r--r-- | crates/hir-def/src/macro_expansion_tests/proc_macros.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/hir-def/src/macro_expansion_tests/proc_macros.rs b/crates/hir-def/src/macro_expansion_tests/proc_macros.rs index e4b065d020..a444832920 100644 --- a/crates/hir-def/src/macro_expansion_tests/proc_macros.rs +++ b/crates/hir-def/src/macro_expansion_tests/proc_macros.rs @@ -104,7 +104,6 @@ macro_rules! id { $($t)* }; } - id! { #[proc_macros::identity] impl Foo for WrapBj { @@ -120,7 +119,6 @@ macro_rules! id { $($t)* }; } - #[proc_macros::identity] impl Foo for WrapBj { async fn foo(&self ) { self .0.id().await ; |