about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-02-06 22:45:41 +0100
committerGitHub <noreply@github.com>2024-02-06 22:45:41 +0100
commit176c4ba5c316cb3a0765c30db92a912ed97b4c2c (patch)
treec6789f782ac39c6ec793828fe53f8cbdd30e3e8a /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parenta0c3b8782398e6cb7044cd17980d789be74ccb92 (diff)
parente00df17abd6eabfead30dce439592b1902fd0acd (diff)
downloadrust-176c4ba5c316cb3a0765c30db92a912ed97b4c2c.tar.gz
rust-176c4ba5c316cb3a0765c30db92a912ed97b4c2c.zip
Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkov
update indirect structural match lints to match RFC and to show up for dependencies

This is a large step towards implementing https://github.com/rust-lang/rfcs/pull/3535.
We currently have five lints related to "the structural match situation":
- nontrivial_structural_match
- indirect_structural_match
- pointer_structural_match
- const_patterns_without_partial_eq
- illegal_floating_point_literal_pattern

This PR concerns the first 3 of them. (The 4th already is set up to show for dependencies, and the 5th is removed by https://github.com/rust-lang/rust/pull/116284.) nontrivial_structural_match is being removed as per the RFC; the other two are enabled to show up in dependencies.

Fixes https://github.com/rust-lang/rust/issues/73448 by removing the affected analysis.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions