Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
macro-keyword.rs
blob: 58489fb2c511ff8b057c089659c593f739a70fa8 [
file
] [
log
] [
blame
] [
edit
]
fn
macro
()
{
//~ ERROR expected identifier, found reserved keyword `macro`
}
pub
fn
main
()
{
}