Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lint
/
command-line-lint-group-forbid.rs
blob: 667566bd2c6a1dfd10f48f0c42874323fe04e859 [
file
] [
log
] [
blame
]
//@ compile-flags: -F bad-style
fn
main
()
{
let
_InappropriateCamelCasing
=
true
;
//~ ERROR should have a snake
}