Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/nameres/tests/macros.rs')
-rw-r--r--crates/hir-def/src/nameres/tests/macros.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir-def/src/nameres/tests/macros.rs b/crates/hir-def/src/nameres/tests/macros.rs
index 411840ccbc..520a6ae1cb 100644
--- a/crates/hir-def/src/nameres/tests/macros.rs
+++ b/crates/hir-def/src/nameres/tests/macros.rs
@@ -759,7 +759,7 @@ fn unresolved_attributes_fall_back_track_per_file_moditems() {
#[test]
fn unresolved_attrs_extern_block_hang() {
- // Regression test for https://github.com/rust-analyzer/rust-analyzer/issues/8905
+ // Regression test for https://github.com/rust-lang/rust-analyzer/issues/8905
check(
r#"
#[unresolved]
@@ -823,7 +823,7 @@ fn derive() {}
#[test]
fn unresolved_attr_with_cfg_attr_hang() {
- // Another regression test for https://github.com/rust-analyzer/rust-analyzer/issues/8905
+ // Another regression test for https://github.com/rust-lang/rust-analyzer/issues/8905
check(
r#"
#[cfg_attr(not(off), unresolved, unresolved)]