blob: d3a97e89f9abb229372b1a8b5e98aefdddf0e474 [file] [log] [blame] [edit]
fn main() {
let unused = ();
#![allow(unused_variables)] //~ ERROR not permitted in this context
fn foo() {}
}