Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
error-codes
/
E0109.rs
blob: 2e382564962915a76b6ce2271e523fcb4cbb41e3 [
file
] [
log
] [
blame
]
type
X
=
u32
<
i32
>;
//~ ERROR E0109
fn
main
()
{
}