Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/tests/regression.rs')
| -rw-r--r-- | crates/hir-ty/src/tests/regression.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/tests/regression.rs b/crates/hir-ty/src/tests/regression.rs index ee0a631a1b..93a88ab58e 100644 --- a/crates/hir-ty/src/tests/regression.rs +++ b/crates/hir-ty/src/tests/regression.rs @@ -985,7 +985,7 @@ fn test() { #[test] fn cfg_tail() { - // https://github.com/rust-analyzer/rust-analyzer/issues/8378 + // https://github.com/rust-lang/rust-analyzer/issues/8378 check_infer( r#" fn fake_tail(){ |