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-05-07 07:27:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
29b51cdff3
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 21:16:06 +00:00
fn
main
(
)
{
Fix keyword parsing tests
2016-04-24 18:35:50 +00:00
let
ref
=
"
foo
"
;
//~ error: expected identifier, found `=`
Add script and tests for using keywords as identifiers
2013-08-24 21:16:06 +00:00
}
Reference in New Issue
Copy Permalink