about summary refs log tree commit diff
path: root/tests/ui/lint/command-line-lint-group-deny.rs
blob: 1e9cc4faaff79eda9ae76fadb3c0d37a1ba7cce2 (plain)
1
2
3
4
5
//@ compile-flags: -D bad-style

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