Skip to content

Commit d81d5f0

Browse files
committed
Fix test URL
1 parent 3dae6b6 commit d81d5f0

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe/meta_syntax.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ macro_rules! m2 { () => ( ${invalid()} ) }
9898

9999
#[test]
100100
fn test_rustc_issue_57597() {
101-
// <https://github.com/rust-lang/rust/blob/HEAD/tests/ui/issues/issue-57597.rs>
101+
// <https://github.com/rust-lang/rust/blob/ec2cc76/tests/ui/macros/issue-57597.rs>
102102
check(
103103
r#"
104104
macro_rules! m0 { ($($($i:ident)?)+) => {}; }

0 commit comments

Comments
 (0)