We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e0b89 commit 610dcb4Copy full SHA for 610dcb4
src/bootstrap/dist.rs
@@ -434,6 +434,7 @@ impl Step for Rustc {
434
cp("LICENSE-APACHE");
435
cp("LICENSE-MIT");
436
cp("README.md");
437
+ cp("stage0.txt");
438
// tiny morsel of metadata is used by rust-packaging
439
let version = builder.rust_version();
440
builder.create(&overlay.join("version"), &version);
0 commit comments