about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-07-09 12:51:02 +0000
committerbors <bors@rust-lang.org>2021-07-09 12:51:02 +0000
commite916b7cb7708e470be8d0134bdf39479051a5c44 (patch)
tree9e8b46bfdf7ca349530c03ca20ea3ac8e6c187c4 /compiler/rustc_codegen_llvm/src
parentee86f96ba176f598d64dc9f3bb7e074d5b8b86b6 (diff)
parentd019c71df9c88c7ee19065cb6699008e55d51610 (diff)
downloadrust-e916b7cb7708e470be8d0134bdf39479051a5c44.tar.gz
rust-e916b7cb7708e470be8d0134bdf39479051a5c44.zip
Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwco
Fix double warning about illegal floating-point literal pattern

This PR fixes #86600. The problem is that the `ConstToPat` struct contains a field `include_lint_checks`, which determines whether lints should be emitted or not, but this field is currently not obeyed at one point, leading to a warning being emitted more than once. I have fixed this behavior here.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions