Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
parser
/
removed-syntax
/
removed-syntax-uniq-mut-ty.rs
blob: a8dee5bbda40a658bbeaf15296a0d08112f3690f [
file
] [
log
] [
blame
]
type
mut_box
=
Box
<
mut
isize
>;
//~^ ERROR expected one of `>`, a const expression, lifetime, or type, found keyword `mut`