We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9f97c commit c00e22dCopy full SHA for c00e22d
crates/hir-def/src/macro_expansion_tests/mbe/meta_syntax.rs
@@ -98,7 +98,7 @@ macro_rules! m2 { () => ( ${invalid()} ) }
98
99
#[test]
100
fn test_rustc_issue_57597() {
101
- // <https://github.com/rust-lang/rust/blob/HEAD/tests/ui/issues/issue-57597.rs>
+ // <https://github.com/rust-lang/rust/blob/ec2cc76/tests/ui/macros/issue-57597.rs>
102
check(
103
r#"
104
macro_rules! m0 { ($($($i:ident)?)+) => {}; }
0 commit comments