]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-8767.rs
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[rust.git] / src / test / ui / issues / issue-8767.rs
1 impl B { //~ ERROR cannot find type `B` in this scope
2 }
3
4 fn main() {
5 }