]> git.proxmox.com Git - rustc.git/blob - src/test/ui/lint/command-line-lint-group-warn.rs
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / lint / command-line-lint-group-warn.rs
1 // compile-flags: -W bad-style
2 // build-pass (FIXME(62277): could be check-pass?)
3
4 fn main() {
5 let _InappropriateCamelCasing = true;
6 }