summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-18058.rs
blob: cced66717e1bfafc20d68eb50f1246908b85a399 (plain)
1
2
3
4
impl Undefined {}
//~^ ERROR cannot find type `Undefined` in this scope

fn main() {}