Skip to content

Commit

Permalink
Allow illegal_floating_point_literal_pattern. These will need to be u…
Browse files Browse the repository at this point in the history
…pdated at some point.

Discussion can be found on #41620.
  • Loading branch information
pnkfelix committed Sep 6, 2018
1 parent 8e72955 commit 4973094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/run-pass/union/union-pat-refutability.rs
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// run-pass
#![allow(illegal_floating_point_literal_pattern)]

#[repr(u32)]
enum Tag { I, F }
Expand Down

0 comments on commit 4973094

Please sign in to comment.