summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/command-line-lint-group-deny.rs
blob: da999f33e200fd4433ef9d355ab962a0e953b93e (plain)
1
2
3
4
5
// compile-flags: -D bad-style

fn main() {
    let _InappropriateCamelCasing = true; //~ ERROR should have a snake
}