mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-21 12:42:39 +00:00
7 lines
102 B
Rust
7 lines
102 B
Rust
// compile-flags: -A bad-style
|
|
// check-pass
|
|
|
|
fn main() {
|
|
let _InappropriateCamelCasing = true;
|
|
}
|