Reformat for new syntax
This commit is contained in:
parent
0e3ee39c41
commit
df7f21db09
723 changed files with 28622 additions and 31631 deletions
|
@ -2,16 +2,10 @@
|
|||
// error-pattern: Unsatisfied precondition constraint (for example, init(y
|
||||
fn main() {
|
||||
|
||||
let int y = 42;
|
||||
let int x;
|
||||
do {
|
||||
log y;
|
||||
do {
|
||||
do {
|
||||
do {
|
||||
x <- y;
|
||||
} while (true);
|
||||
} while (true);
|
||||
} while (true);
|
||||
} while (true);
|
||||
let y: int = 42;
|
||||
let x: int;
|
||||
do {
|
||||
log y;
|
||||
do { do { do { x <- y; } while true } while true } while true
|
||||
} while true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue