We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e355ae commit 82ceec9Copy full SHA for 82ceec9
tests/ui/lint/lint-non-snake-case-crate-cdylib.rs
@@ -1,3 +1,4 @@
1
+//@ ignore-i686-unknown-linux-musl
2
#![crate_type = "cdylib"]
3
#![crate_name = "NonSnakeCase"]
4
//~^ ERROR crate `NonSnakeCase` should have a snake case name
0 commit comments