Skip to content

Commit c00e22d

Browse files
committed
Fix test URL
1 parent ae9f97c commit c00e22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)