about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-14 16:23:30 +0100
committerGitHub <noreply@github.com>2025-02-14 16:23:30 +0100
commitc21a76fde055cda034f4e407febcfaf5b71f6fac (patch)
tree5b75ad73d78869cd174055229dea92fe11752150 /compiler/rustc_codegen_gcc/src
parent678ff2a59b11737126df55ac5154320166e0560b (diff)
parent8c24c0a023456c3d9e58f06a3abf0a83d335c6f6 (diff)
downloadrust-c21a76fde055cda034f4e407febcfaf5b71f6fac.tar.gz
rust-c21a76fde055cda034f4e407febcfaf5b71f6fac.zip
Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhpratt
Remove the common prelude module

This fixes the issues described in https://github.com/rust-lang/rust/issues/136102. Primarily, this resolves some issues with how the documentation for the prelude is generated:

- It avoids showing "unstable" for macros in the prelude that are actually stable.
- Avoids duplication of some pages due to the previous lack of `doc(no_inline)`.
- Makes the different edition preludes consistent, and sets a pattern that can be used by future editions.

We may need to rearrange these modules in the future if we decide to remove anything from the prelude again. If we do, I think we should look into a different solution that avoids the documentation problems.

Closes https://github.com/rust-lang/rust/issues/136102
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions