Sign in
rust
/
rust
/
262cd76333b79fb85bb87f2846b3db79c82d2402
/
.
/
tests
/
ui
/
error-codes
/
E0109.rs
blob: 2e382564962915a76b6ce2271e523fcb4cbb41e3 [
file
]
type
X
=
u32
<
i32
>;
//~ ERROR E0109
fn
main
()
{
}