rust/tests/ui/issues/issue-18058.rs

5 lines
86 B
Rust
Raw Normal View History

impl Undefined {}
//~^ ERROR cannot find type `Undefined` in this scope
fn main() {}