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>2022-01-14 07:47:36 +0100
committerGitHub <noreply@github.com>2022-01-14 07:47:36 +0100
commit1794b24bf9a899a5517ff1eb3667e7b03ae48d86 (patch)
tree2ec748ca948d85eb11712d075f3d17f740b5b309 /compiler/rustc_codegen_llvm/src
parent3cbc448c9c8257011e6c97e9bef405a4333b361c (diff)
parent7cc6a739366c56f35c5c274366e53f0de850c349 (diff)
downloadrust-1794b24bf9a899a5517ff1eb3667e7b03ae48d86.tar.gz
rust-1794b24bf9a899a5517ff1eb3667e7b03ae48d86.zip
Rollup merge of #92840 - hafeoz:master, r=ehuss
Fix some lints documentation

Several lints documentation failed to show the output of the example (mostly due to `ignore` attribute):

- [irrefutable_let_patterns](https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#irrefutable-let-patterns)
- [asm_sub_register](https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#asm-sub-register)
- [bad_asm_style](https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#bad-asm-style)
- [ineffective_unstable_trait_impl](https://doc.rust-lang.org/rustc/lints/listing/deny-by-default.html#ineffective-unstable-trait-impl)
- duplicate_macro_attributes

This pull request fixes these lints output so that they can be displayed properly.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions