1 2 3 4 5
fn main() { let unused = (); #![allow(unused_variables)] //~ ERROR not permitted in this context }