Auto merge of #1139 - RalfJung:fixme, r=RalfJung

note a FIXME

Cc @wesleywiser
This commit is contained in:
bors 2020-01-02 14:58:15 +00:00
commit f3c267d07c

View file

@ -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,