Sign in
rust
/
rust
/
60b227acccf40cff72df2104fbdedc8185e8a57f
/
.
/
tests
/
ui
/
parser
/
macro
/
macro-keyword.rs
blob: 58489fb2c511ff8b057c089659c593f739a70fa8 [
file
]
fn
macro
()
{
//~ ERROR expected identifier, found reserved keyword `macro`
}
pub
fn
main
()
{
}