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:
parent
8e72955526
commit
4973094feb
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// run-pass
|
||||
#![allow(illegal_floating_point_literal_pattern)]
|
||||
|
||||
#[repr(u32)]
|
||||
enum Tag { I, F }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue