blob: 70cd9c859ecf30d9d248080267b89ddba6b700d9 [file] [log] [blame]
error: comparison is useless due to type limits
--> $DIR/lint-type-limits3.rs:9:11
|
LL | while 200 != i {
| ^^^^^^^^
|
= note: requested on the command line with `-D unused-comparisons`
warning: literal out of range for `i8`
--> $DIR/lint-type-limits3.rs:9:11
|
LL | while 200 != i {
| ^^^
|
note: lint level defined here
--> $DIR/lint-type-limits3.rs:2:9
|
LL | #![warn(overflowing_literals)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error