e.g. this code should probably generate a warning: ``` fn main() { let i: u16 = 257; println!("{}", i as u8); } ``` (Sorry if this has been mentioned elsewhere - I didn't see it when searching for "cast warning")