Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
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
()
{}