This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
rust
/
tests
/
ui
/
parser
/
macro
/
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
(
)
{
}
Reference in New Issue
Copy Permalink