Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
usize-generic-argument-parent.rs
blob: 4ab80d944a56fd98fd6ff3e1ab211c175b56c276 [
file
] [
log
] [
blame
]
fn
foo
()
{
let
x
:
usize
<
foo
>;
//~ ERROR const arguments are not allowed on builtin type `usize`
}
fn
main
()
{}