Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
macro
/
issue-37234.rs
blob: 4debc74790543f53ea8869869318fff5bd7da873 [
file
] [
log
] [
blame
] [
edit
]
macro_rules
!
failed
{
()
=>
{{
let
x
=
5
""
;
//~ ERROR found `""`
}}
}
fn
main
()
{
failed
!();
}