Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/macro_expansion_tests.rs')
| -rw-r--r-- | crates/hir-def/src/macro_expansion_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/macro_expansion_tests.rs b/crates/hir-def/src/macro_expansion_tests.rs index 9d9b925bd2..81b9c5c4bf 100644 --- a/crates/hir-def/src/macro_expansion_tests.rs +++ b/crates/hir-def/src/macro_expansion_tests.rs @@ -72,7 +72,7 @@ pub fn identity_when_valid(_attr: TokenStream, item: TokenStream) -> TokenStream // fact. // // This is the usual - // <https://github.com/rust-analyzer/rust-analyzer/issues/3407> + // <https://github.com/rust-lang/rust-analyzer/issues/3407> // resolve/record tension! // // So here we try to do a resolve, which is necessary a heuristic. For macro |