Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
command-line-lint-group-allow.rs
blob: e9e57a5e7beeb9186fe0a843d92766cdb2c44e68 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -A bad-style
//@ check-pass
fn
main
()
{
let
_InappropriateCamelCasing
=
true
;
}