This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d673d0ac84
rust
/
src
/
test
/
ui
/
parser
/
removed-syntax-uniq-mut-ty.rs
2 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
2019-02-05 10:00:19 -06:00
type
mut_box
=
Box
<
mut
isize
>
;
//~ ERROR expected one of `>`, const, lifetime, or type, found `mut`
Reference in New Issue
Copy Permalink