Auto merge of #1139 - RalfJung:fixme, r=RalfJung
note a FIXME Cc @wesleywiser
This commit is contained in:
commit
f3c267d07c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue