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

5 lines
86 B
Rust

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