rust/tests/ui/error-codes/E0109.rs
2023-01-11 09:32:08 +00:00

5 lines
50 B
Rust

type X = u32<i32>; //~ ERROR E0109
fn main() {
}