mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 10:46:19 +00:00
7 lines
87 B
Rust
7 lines
87 B
Rust
//@ check-pass
|
|
#![crate_name = "NonSnakeCase"]
|
|
|
|
#![deny(non_snake_case)]
|
|
|
|
fn main() {}
|