rustc/tests/ui/error-codes/E0109.rs
2023-08-02 10:33:26 +02:00

5 lines
50 B
Rust

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