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