This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
cc54612ac3
rust
/
tests
/
ui
/
parser
/
macro-keyword.rs
6 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Change some terminology around keywords and reserved identifiers
2017-06-29 13:16:35 +03:00
fn
macro
(
)
{
//~ ERROR expected identifier, found reserved keyword `macro`
Reserve the keyword 'macro'
2015-01-02 13:39:05 -08:00
}
pub
fn
main
(
)
{
}
Copy permalink