about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-08-01 00:38:19 -0400
committerGitHub <noreply@github.com>2025-08-01 00:38:19 -0400
commit3f5f045fa729f2a97463da999c0b62d99df5cebb (patch)
tree92c12b71488bcb5813aaeebe0410c28f55bd34fe /compiler/rustc_errors/src
parente6b80f34070f67f204d9b247c49e26da9328de35 (diff)
parent42bf044ce83a060bfb16694ff49dc92784abf0a0 (diff)
downloadrust-3f5f045fa729f2a97463da999c0b62d99df5cebb.tar.gz
rust-3f5f045fa729f2a97463da999c0b62d99df5cebb.zip
Rollup merge of #144683 - tgross35:builtins-via-std-workspace, r=bjorn3,Noratrieb
Simplify library dependencies on `compiler-builtins`

The three panic-related library crates need to have access to `core`, and `compiler-builtins` needs to be in the crate graph. Rather than specifying both dependencies, switch these crates to use `rustc-std-workspace-core` which already does this.

This means there is now a single place that the `compiler-builtins` dependency needs to get configured, for everything other than `alloc` and `std`.

The second commit removes `compiler-builtins` from `std` (more details in the message).
Diffstat (limited to 'compiler/rustc_errors/src')
0 files changed, 0 insertions, 0 deletions