Skip to content

Commit c68996d

Browse files
committed
note a FIXME
1 parent 4da2b21 commit c68996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/c_enums.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(const_err)] // don't warn about truncating casts
1+
#![allow(const_err)] // don't warn about truncating casts. FIXME: remove this, the error shouldn't even be shown
22

33
enum Foo {
44
Bar = 42,

0 commit comments

Comments
 (0)