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-29 03:27:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8a2ee4e8f
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 15:33:05 +00:00
fn
main
(
)
{
syntax: Make `is_path_start` precise and improve some error messages about unexpected tokens
2016-04-20 23:03:29 +00: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 19:47:00 +00:00
}
Reference in New Issue
Copy Permalink