This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
cc54612ac3
rust
/
tests
/
ui
/
parser
/
keyword-ref-as-identifier.rs
4 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
Add script and tests for using keywords as identifiers
2013-08-24 23:16:06 +02:00
fn
main
(
)
{
Fix keyword parsing tests
2016-04-24 21:35:50 +03:00
let
ref
=
"
foo
"
;
//~ error: expected identifier, found `=`
Add script and tests for using keywords as identifiers
2013-08-24 23:16:06 +02:00
}
Copy permalink