summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-8767.rs
blob: 972101a0bc3ee1940c9b04d8292bf04d9a4ef4f2 (plain)
1
2
3
4
5
impl B { //~ ERROR cannot find type `B` in this scope
}

fn main() {
}