rust/src/test/ui/lint/command-line-lint-group-forbid.rs
2018-12-25 21:08:33 -07:00

6 lines
118 B
Rust

// compile-flags: -F bad-style
fn main() {
let _InappropriateCamelCasing = true; //~ ERROR should have a snake
}