Skip to content

Commit

Permalink
note a FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jan 2, 2020
1 parent 4da2b21 commit c68996d
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 c68996d

Please sign in to comment.