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-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8152da82b5
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 07:18:05 +00:00
fn
true
(
)
{
}
//~ ERROR expected identifier, found keyword `true`
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