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

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