diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-03-14 20:00:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 20:00:20 +0100 |
| commit | b200108bc5a43d790455037252295a6b0affff0e (patch) | |
| tree | 98042fcc66c84be0772fa75d796192d6879bca71 /compiler/rustc_codegen_llvm/src | |
| parent | 54a5a49af0f836b9224e4750a2b577ed0ec2014a (diff) | |
| parent | 1a81a941ad62f6a619789eb67903121622488209 (diff) | |
| download | rust-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
