5 lines
54 B
Rust
5 lines
54 B
Rust
type X = u32<'static>; //~ ERROR E0110
|
|
|
|
fn main() {
|
|
}
|
type X = u32<'static>; //~ ERROR E0110
|
|
|
|
fn main() {
|
|
}
|