]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-8767.rs
Rollup merge of #106752 - sulami:master, r=estebank
[rust.git] / tests / ui / issues / issue-8767.rs
1 impl B { //~ ERROR cannot find type `B` in this scope
2 }
3
4 fn main() {
5 }