summaryrefslogtreecommitdiffstats
path: root/tests/ui/never_type/issue-96335.rs
blob: 411a7c9df657bfc04beea996c915a89571d7bfeb (plain)
1
2
3
4
5
fn main() {
    0.....{loop{}1};
    //~^ ERROR unexpected token
    //~| ERROR mismatched types
}