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
b22c152958
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 16:30:22 -06:00
pub
mod
break
{
Tweak error message for use of a keyword in ident position. Closes #15358
2014-08-29 02:18:05 -05:00
//~^ ERROR expected identifier, found keyword `break`
test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting
2013-01-30 16:30:22 -06:00
}
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 09:33:05 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink