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