Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
misspelled-macro-rules.rs
blob: 8f63f37d3d388dfd5ca950aac8b3656e4838dd4b [
file
] [
log
] [
blame
] [
edit
]
// Regression test for issue #91227.
//@ run-rustfix
#![
allow
(
unused_macros
)]
marco_rules
!
thing
{
//~^ ERROR: expected one of
//~| HELP: perhaps you meant to define a macro
()
=>
{}
}
fn
main
()
{}