7 lines
85 B
Rust
7 lines
85 B
Rust
![]() |
macro_rules! invalid { //~ ERROR Invalid macro matcher
|
||
|
_ => ();
|
||
|
}
|
||
|
|
||
|
fn main() {
|
||
|
}
|