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-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
parser
/
bad-value-ident-false.rs
3 lines
82 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Tweak error message for use of a keyword in ident position. Closes #15358
2014-08-29 07:18:05 +00:00
fn
false
(
)
{
}
//~ ERROR expected identifier, found keyword `false`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 19:47:00 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink