Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
ab1f382ca8fa4a4c0dde58679207f9bec394fa0e
/
.
/
tests
/
ui
/
error-codes
/
E0453.rs
blob: 8ed724dd3fc4e5296810f98ee64cbf212b07de01 [
file
] [
log
] [
blame
]
#![
forbid
(
non_snake_case
)]
#[
allow
(
non_snake_case
)]
//~^ ERROR allow(non_snake_case) incompatible
fn
main
()
{
}