mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:16:15 +00:00
8 lines
134 B
Rust
8 lines
134 B
Rust
//@ only-x86_64-unknown-linux-gnu
|
|
//@ compile-flags: --crate-name NonSnakeCase
|
|
//@ check-pass
|
|
|
|
#![deny(non_snake_case)]
|
|
|
|
fn main() {}
|