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