This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
07c993eba8
rust
/
tests
/
ui
/
parser
/
removed-syntax-mut-vec-ty.rs
2 lines
67 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: Make `is_path_start` precise and improve some error messages about unexpected tokens
2016-04-21 02:03:29 +03:00
type
v
=
[
mut
isize
]
;
//~ ERROR expected type, found keyword `mut`
Copy permalink