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