]> git.lizzy.rs Git - rust.git/blob - src/test/ui/block-result/block-must-not-have-result-do.rs
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
[rust.git] / src / test / ui / block-result / block-must-not-have-result-do.rs
1 fn main() {
2     loop {
3         true //~  ERROR mismatched types
4     }
5 }