]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-non-snake-case-crate-2.rs
Rollup merge of #106762 - WaffleLapkin:atomicptr+as_mut_ptr, r=m-ou-se
[rust.git] / tests / ui / lint / lint-non-snake-case-crate-2.rs
1 // compile-flags: --crate-name NonSnakeCase
2 // error-pattern: crate `NonSnakeCase` should have a snake case name
3
4 #![deny(non_snake_case)]
5
6 fn main() {}