Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
error-codes
/
E0453.rs
blob: ca9573c5b461389c4ec6ef93957c22419160584e [
file
] [
log
] [
blame
]
#![
forbid
(
non_snake_case
)]
#[
allow
(
non_snake_case
)]
//~^ ERROR allow(non_snake_case) incompatible
//~| ERROR allow(non_snake_case) incompatible
fn
main
()
{
}