1 2 3 4 5 6
#![deny(redundant_semicolons)] fn main() { fn inner() {}; //~ ERROR unnecessary struct Bar {}; //~ ERROR unnecessary }