Sign in
rust
/
rust
/
ec48041b2002b999458a9ea4e86bfa0253b4d044
/
.
/
tests
/
ui
/
error-codes
/
E0453.rs
blob: 8ed724dd3fc4e5296810f98ee64cbf212b07de01 [
file
]
#![
forbid
(
non_snake_case
)]
#[
allow
(
non_snake_case
)]
//~^ ERROR allow(non_snake_case) incompatible
fn
main
()
{
}