rustc/tests/ui/error-codes/E0110.rs
2023-07-27 22:48:29 +08:00

4 lines
53 B
Rust

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