From 95b4127a6c8751fd588931d9226fcae103bc7f8f Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 3 Nov 2024 22:30:16 +0100 Subject: [PATCH] update rustc-std-workspace crates - make rustc-std-workspace-core/alloc re-exports of their underlying crates, like std = cleanup manifests --- rustc-std-workspace-core/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rustc-std-workspace-core/README.md b/rustc-std-workspace-core/README.md index 40e0b62afabfb..55a36e741065f 100644 --- a/rustc-std-workspace-core/README.md +++ b/rustc-std-workspace-core/README.md @@ -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).