2011-12-29 14:03:39 -06:00
|
|
|
// error-pattern:mismatched types: expected `()` but found `bool`
|
2011-11-07 14:19:50 -06:00
|
|
|
|
|
|
|
fn main() {
|
2012-03-10 22:38:03 -06:00
|
|
|
loop {
|
2011-11-07 14:19:50 -06:00
|
|
|
true
|
2012-03-10 22:38:03 -06:00
|
|
|
}
|
2011-11-07 14:19:50 -06:00
|
|
|
}
|