]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/issue-86600-lint-twice.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / issue-86600-lint-twice.stderr
1 warning: floating-point types cannot be used in patterns
2   --> $DIR/issue-86600-lint-twice.rs:10:9
3    |
4 LL |         5.0 => {}
5    |         ^^^
6    |
7    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8    = note: for more information, see issue #41620 <https://github.com/rust-lang/rust/issues/41620>
9    = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default
10
11 warning: 1 warning emitted
12