about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/expr.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-01 21:45:18 +0000
committerbors <bors@rust-lang.org>2023-12-01 21:45:18 +0000
commit8c2b57721728233e074db69d93517614de338055 (patch)
treea9390fbea0fb07d0a1539974f841fccbeb98453a /compiler/rustc_parse/src/parser/expr.rs
parent9cf18e98f82d85fa41141391d54485b8747da46f (diff)
parentb9f53be1e911542d5f10fbc5fcb402b0f8f439e2 (diff)
downloadrust-8c2b57721728233e074db69d93517614de338055.tar.gz
rust-8c2b57721728233e074db69d93517614de338055.zip
Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix
Restore `#![no_builtins]` crates participation in LTO.

After #113716, we can make `#![no_builtins]` crates participate in LTO again.

`#![no_builtins]` with LTO does not result in undefined references to the error. I believe this type of issue won't happen again.

Fixes #72140.  Fixes #112245. Fixes #110606.  Fixes #105734. Fixes #96486. Fixes #108853. Fixes #108893. Fixes #78744. Fixes #91158. Fixes https://github.com/rust-lang/cargo/issues/10118. Fixes https://github.com/rust-lang/compiler-builtins/issues/347.

 The `nightly-2023-07-20` version does not always reproduce problems due to changes in compiler-builtins, core, and user code. That's why this issue recurs and disappears.
Some issues were not tested due to the difficulty of reproducing them.

r? pnkfelix

cc `@bjorn3` `@japaric` `@alexcrichton` `@Amanieu`
Diffstat (limited to 'compiler/rustc_parse/src/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions