This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
5b51a8ef4f
rust
/
tests
/
ui
/
parser
/
removed-syntax-uniq-mut-expr.rs
4 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 18:33:05 +03:00
fn
main
(
)
{
syntax: Make `is_path_start` precise and improve some error messages about unexpected tokens
2016-04-21 02:03:29 +03:00
let
a_box
=
box
mut
42
;
//~ ERROR expected expression, found keyword `mut`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
Reference in a new issue
Copy permalink