This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
2e79c8deb0
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 14:30:22 -08:00
pub
mod
break
{
Tweak error message for use of a keyword in ident position. Closes #15358
2014-08-29 09:18:05 +02:00
//~^ ERROR expected identifier, found keyword `break`
test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting
2013-01-30 14:30:22 -08:00
}
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 18:33:05 +03:00
fn
main
(
)
{
}
Copy permalink