11 lines
No EOL
257 B
Rust
11 lines
No EOL
257 B
Rust
// xfail-stage0
|
|
// error-pattern: Unsatisfied precondition constraint (for example, init(y
|
|
fn main() {
|
|
|
|
let y: int = 42;
|
|
let x: int;
|
|
do {
|
|
log y;
|
|
do { do { do { x <- y; } while true } while true } while true
|
|
} while true
|
|
} |