4 lines
86 B
Rust
4 lines
86 B
Rust
impl Undefined {}
|
|
//~^ ERROR cannot find type `Undefined` in this scope
|
|
|
|
fn main() {}
|