rust/library/unwind
Trevor Gross daf353461b Use core via rustc-std-workspace-core in library/panic*
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`.
2025-07-31 22:47:24 +00:00
..
src Add new Tier-3 targets: loongarch32-unknown-none* 2025-06-06 08:19:38 +08:00
Cargo.toml Use core via rustc-std-workspace-core in library/panic* 2025-07-31 22:47:24 +00:00