Update UI tests
This commit is contained in:
parent
cdbd8c2f2a
commit
fa2d9fc4b9
1200 changed files with 6168 additions and 6168 deletions
|
|
@ -1,19 +1,19 @@
|
|||
error: unreachable expression
|
||||
--> $DIR/expr_array.rs:20:34
|
||||
|
|
||||
20 | let x: [usize; 2] = [return, 22]; //~ ERROR unreachable
|
||||
LL | let x: [usize; 2] = [return, 22]; //~ ERROR unreachable
|
||||
| ^^
|
||||
|
|
||||
note: lint level defined here
|
||||
--> $DIR/expr_array.rs:14:9
|
||||
|
|
||||
14 | #![deny(unreachable_code)]
|
||||
LL | #![deny(unreachable_code)]
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
||||
error: unreachable expression
|
||||
--> $DIR/expr_array.rs:25:25
|
||||
|
|
||||
25 | let x: [usize; 2] = [22, return]; //~ ERROR unreachable
|
||||
LL | let x: [usize; 2] = [22, return]; //~ ERROR unreachable
|
||||
| ^^^^^^^^^^^^
|
||||
|
||||
error: aborting due to 2 previous errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue