]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-18058.rs
Rollup merge of #106699 - eholk:await-chains-drop-tracking, r=wesleywiser
[rust.git] / tests / ui / issues / issue-18058.rs
1 impl Undefined {}
2 //~^ ERROR cannot find type `Undefined` in this scope
3
4 fn main() {}