Skip to content

Commit f3c267d

Browse files
committed
Auto merge of #1139 - RalfJung:fixme, r=RalfJung
note a FIXME Cc @wesleywiser
2 parents 4da2b21 + c68996d commit f3c267d

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)