update tests
This commit is contained in:
parent
9f3b6e9acd
commit
036a0108ac
@ -114,5 +114,17 @@ LL | | break x;
|
||||
LL | | };
|
||||
| |_____^
|
||||
|
||||
error: aborting due to 10 previous errors
|
||||
error: this loop never actually loops
|
||||
--> $DIR/never_loop.rs:244:5
|
||||
|
|
||||
LL | / 'a: loop {
|
||||
LL | | 'b: {
|
||||
LL | | break 'b 'c: {
|
||||
LL | | break 'a;
|
||||
LL | | };
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
|
||||
error: aborting due to 11 previous errors
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user