This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
keyword
/
keyword-true-as-identifier.rs
4 lines
61 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
(
)
{
typeck: suggest use of match_default_bindings feature Fixes #45383. Updates #42640.
2017-10-20 08:59:55 -04:00
let
true
=
22
;
//~ error: mismatched types
Add script and tests for using keywords as identifiers
2013-08-24 23:16:06 +02:00
}
Reference in New Issue
Copy Permalink