blob: 8c79630b7fd2cb5fb9776ae49f8be6843b63e894 [file] [log] [blame] [edit]
#![deny(redundant_semicolons)]
fn main() {
fn inner() {}; //~ ERROR unnecessary
struct Bar {}; //~ ERROR unnecessary
}