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
453b51a65ab00939d2dce3de24ce38489b5c7eb6
rust
/
tests
/
ui
/
parser
/
bad-value-ident-true.rs
3 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Tweak error message for use of a keyword in ident position. Closes #15358
2014-08-29 09:18:05 +02:00
fn
true
(
)
{
}
//~ ERROR expected identifier, found keyword `true`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink