This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a733082be9
rust
/
tests
/
ui
/
parser
/
bad-value-ident-false.rs
3 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Tweak error message for use of a keyword in ident position. Closes #15358
2014-08-29 02:18:05 -05:00
fn
false
(
)
{
}
//~ ERROR expected identifier, found keyword `false`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 13:47:00 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink