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