1
Fork 0

update rustc-std-workspace crates

- make rustc-std-workspace-core/alloc re-exports of their underlying crates, like std
= cleanup manifests
This commit is contained in:
Ralf Jung 2024-11-03 22:30:16 +01:00
parent 5c6f27b1e0
commit b12745863e
9 changed files with 40 additions and 12 deletions

View file

@ -27,3 +27,6 @@ it'll look like
when Cargo invokes the compiler, satisfying the implicit `extern crate core`
directive injected by the compiler.
The sources for the crates.io version can be found in
[`src/rustc-std-workspace`](../../src/rustc-std-workspace).