Skip to content

Commit

Permalink
Auto merge of rust-lang#1139 - RalfJung:fixme, r=RalfJung
Browse files Browse the repository at this point in the history
note a FIXME

Cc @wesleywiser
  • Loading branch information
bors committed Jan 2, 2020
2 parents 4da2b21 + c68996d commit f3c267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-pass/c_enums.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![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

enum Foo {
Bar = 42,
Expand Down

0 comments on commit f3c267d

Please sign in to comment.