Skip to content

Commit f40279f

Browse files
committed
Add some more test cases
1 parent 6670acd commit f40279f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/ui/cast.stderr

-6
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,6 @@ error: casting `i32` to `u32` may lose the sign of the value
480480
LL | (x * x) as u32;
481481
| ^^^^^^^^^^^^^^
482482

483-
error: casting `i32` to `u32` may lose the sign of the value
484-
--> tests/ui/cast.rs:373:9
485-
|
486-
LL | x.pow(2) as u32;
487-
| ^^^^^^^^^^^^^^^
488-
489483
error: casting `i32` to `u32` may lose the sign of the value
490484
--> tests/ui/cast.rs:377:32
491485
|

0 commit comments

Comments
 (0)