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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
86 B
Rust
Raw Normal View History

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