summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/while-type-error.rs
blob: 8098bfcd8d9dd565010f19f95f11e91452f24b3a (plain)
1
2
3
// error-pattern: mismatched types

fn main() { while main { } }