Input: ```rust fn main() { const a: u32 = 256; println!("{}", a); } ``` 2 fixes are suggested:  The first one renames the binding and misses the reference. The second one works fine.