This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
28f39862a8
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 05:16:35 -05:00
fn
macro
(
)
{
//~ ERROR expected identifier, found reserved keyword `macro`
Reserve the keyword 'macro'
2015-01-02 15:39:05 -06:00
}
pub
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink