]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-non-snake-case-crate-2.rs
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
[rust.git] / src / test / 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() {}