```rust fn main() { for _ in 0..256u8 {} // should warn } ``` since https://github.com/rust-lang/rust/pull/60330.