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
2025-04-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
rust
/
tests
/
ui
/
parser
/
keyword.rs
6 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting
2013-01-30 22:30:22 +00:00
pub
mod
break
{
Tweak error message for use of a keyword in ident position. Closes #15358
2014-08-29 07:18:05 +00:00
//~^ ERROR expected identifier, found keyword `break`
test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting
2013-01-30 22:30:22 +00:00
}
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 15:33:05 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink