Allow illegal_floating_point_literal_pattern. These will need to be updated at some point.

Discussion can be found on rust-lang/rust#41620.
This commit is contained in:
Felix S. Klock II 2018-09-06 14:54:11 +02:00
parent 8e72955526
commit 4973094feb

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(illegal_floating_point_literal_pattern)]
#[repr(u32)]
enum Tag { I, F }