Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
lint
/
command-line-lint-group-allow.rs
blob: 21c0df0288fa0020ed4c21d897fa7f5e3a6e268d [
file
] [
log
] [
blame
]
// compile-flags: -A bad-style
// check-pass
fn
main
()
{
let
_InappropriateCamelCasing
=
true
;
}