Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
error-codes
/
E0453.rs
blob: 8ed724dd3fc4e5296810f98ee64cbf212b07de01 [
file
] [
log
] [
blame
] [
edit
]
#![
forbid
(
non_snake_case
)]
#[
allow
(
non_snake_case
)]
//~^ ERROR allow(non_snake_case) incompatible
fn
main
()
{
}