]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0453.stderr
Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi
[rust.git] / src / test / ui / error-codes / E0453.stderr
1 error[E0453]: allow(non_snake_case) overruled by outer forbid(non_snake_case)
2   --> $DIR/E0453.rs:13:9
3    |
4 11 | #![forbid(non_snake_case)]
5    |           -------------- `forbid` level set here
6 12 | 
7 13 | #[allow(non_snake_case)]
8    |         ^^^^^^^^^^^^^^ overruled by previous forbid
9
10 error: aborting due to previous error
11