Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
misspelled-macro-rules.rs
blob: 4290e6e5e4cb912be2b815fdf0f5043411df3033 [
file
] [
log
] [
blame
]
// 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
()
{}