```rust const FOO: i32 = 42; const FOO_I64: i64 = 42 as i64; ``` Triggers the suggestion `try: i64::from(FOO)` which isn't possible (yet?).