Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
unused
/
unused-macro-with-bad-frag-spec.rs
blob: ce187047bb734daa864f636063dc9d7036e31a3a [
file
] [
log
] [
blame
] [
edit
]
#![
allow
(
unused_macros
)]
// Issue #21370
macro_rules
!
test
{
(
$wrong
:
t_ty
)
=>
()
//~ ERROR invalid fragment specifier `t_ty`
}
fn
main
()
{
}