rust/src/test/ui/error-codes/E0110.rs
2019-03-20 18:32:52 +00:00

3 lines
53 B
Rust

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