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