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>2023-04-14 07:58:41 +0200
committerGitHub <noreply@github.com>2023-04-14 07:58:41 +0200
commit35bd52e888489c605e5f5ce35fea17a1743adf91 (patch)
tree2f92ada596e712dda0340f60c0977532a988b9cc /compiler/rustc_codegen_llvm/src
parentf3c69552493b74de1644a3ab5dba0a762d6f3305 (diff)
parent80c43232177c1a04ef11bd8103b56b67f69b669c (diff)
downloadrust-35bd52e888489c605e5f5ce35fea17a1743adf91.tar.gz
rust-35bd52e888489c605e5f5ce35fea17a1743adf91.zip
Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle
rustdoc: Correctly handle built-in compiler proc-macros as proc-macro and not macro

Part of https://github.com/rust-lang/rust/issues/110111.

There were actually one issue split in two parts:
 * Compiler built-in proc-macro were incorrectly considered as macros and not proc-macros.
 * Re-exports of compiler built-in proc-macros were considering them as macros.

Both issues can be fixed by looking at the `MacroKind` variant instead of just relying on information extracted later on.

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