We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da2b21 commit c68996dCopy full SHA for c68996d
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