Sign in
rust
/
rust
/
e8a63124746761e743d69ea510194de2ada4034f
/
.
/
tests
/
ui
/
invalid
/
invalid-macro-matcher.rs
blob: ff79d4e1a9259b001164b8cc00d227e58c8ad355 [
file
]
#![
allow
(
unused_macros
)]
macro_rules
!
invalid
{
_
=>
();
//~ ERROR invalid macro matcher
}
fn
main
()
{
}