about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-03-14 20:00:20 +0100
committerGitHub <noreply@github.com>2024-03-14 20:00:20 +0100
commitb200108bc5a43d790455037252295a6b0affff0e (patch)
tree98042fcc66c84be0772fa75d796192d6879bca71 /compiler/rustc_codegen_llvm/src
parent54a5a49af0f836b9224e4750a2b577ed0ec2014a (diff)
parent1a81a941ad62f6a619789eb67903121622488209 (diff)
downloadrust-b200108bc5a43d790455037252295a6b0affff0e.tar.gz
rust-b200108bc5a43d790455037252295a6b0affff0e.zip
Rollup merge of #122373 - surechen:fix_121331, r=petrochenkov
Fix the conflict problem between the diagnostics fixes of lint `unnecessary_qualification`  and  `unused_imports`

fixes #121331

For an `item` that triggers lint unnecessary_qualification, if the `use item` which imports this item is also trigger unused import, fixing the two lints at the same time may lead to the problem that the `item` cannot be found.
This PR will avoid reporting lint unnecessary_qualification when conflict occurs.

r? ``@petrochenkov``
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions