1 2 3 4 5 6
#![forbid(non_snake_case)] #[allow(non_snake_case)] //~^ ERROR allow(non_snake_case) incompatible fn main() { }