This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6be27b19a6
os-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
}
Reference in a new issue
Copy permalink