This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-20 20:44:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5f68a5d204
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 10:16:35 +00:00
fn
macro
(
)
{
//~ ERROR expected identifier, found reserved keyword `macro`
Reserve the keyword 'macro'
2015-01-02 21:39:05 +00:00
}
pub
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink