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

4 lines
53 B
Rust

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