We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2be7ac commit 8d6f4c2Copy full SHA for 8d6f4c2
src/test/compile-fail/issue-6804.rs
@@ -1,3 +1,5 @@
1
+#[allow(non_uppercase_pattern_statics)];
2
+
3
// Matching against NaN should result in a warning
4
5
use std::float::NaN;
0 commit comments