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-10-28 07:06:42 +0200
committerGitHub <noreply@github.com>2022-10-28 07:06:42 +0200
commit2f02cf8768bff3e32a2bfaa42294cb5dd6abd58b (patch)
tree1ce2d9c9851aa62de95b963e0866a33e017d24c7 /compiler/rustc_codegen_llvm/src
parent270e0c53574b938af0492b4321984d9a09ef5b47 (diff)
parenta4279a1d1f9fd8bde6dfc46ac9d53d72fd32a41d (diff)
downloadrust-2f02cf8768bff3e32a2bfaa42294cb5dd6abd58b.tar.gz
rust-2f02cf8768bff3e32a2bfaa42294cb5dd6abd58b.zip
Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=notriddle
Fix unwanted merge of inline doc comments for impl blocks

Fixes https://github.com/rust-lang/rust/issues/102909.

We need this merge mechanism for inlined items but it's completely unwanted for impl blocks (at least the doc comments are, not the other attributes) since we want to keep what `cfg()` is put on the `pub use` or other attributes.

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