We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4da2b21 + c68996d commit f3c267dCopy full SHA for f3c267d
tests/run-pass/c_enums.rs
@@ -1,4 +1,4 @@
1
-#![allow(const_err)] // don't warn about truncating casts
+#![allow(const_err)] // don't warn about truncating casts. FIXME: remove this, the error shouldn't even be shown
2
3
enum Foo {
4
Bar = 42,
0 commit comments