This compiles but should not. ```rust #![feature(bindings_after_at)] fn main() { let mut _is_mut @ _not_mut = 42; _not_mut = 0; } ``` cc @matthewjasper @pnkfelix