Skip to content

Commit 1462e72

Browse files
committed
fix for latest rustc
1 parent e5f5cd3 commit 1462e72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
rust: nightly
1111
if: branch = staging OR branch = trying OR type = pull_request
1212
- env: TARGET=x86_64-unknown-linux-gnu
13-
rust: nightly-2018-12-01
13+
rust: nightly-2018-12-01 # old version without rustc-std-workspace-core
1414
if: branch = staging OR branch = trying
1515

1616
# Linux (build only)

src/sysroot.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ impl Blueprint {
401401

402402
Blueprint::add_patch(&mut patch, src.path().join("tools"), "rustc-std-workspace-core")?;
403403
Blueprint::add_patch(&mut patch, src.path().join("tools"), "rustc-std-workspace-alloc")?;
404+
Blueprint::add_patch(&mut patch, src.path().join("tools"), "rustc-std-workspace-std")?;
404405

405406
// Compose dependency sections
406407
let deps = match (

0 commit comments

Comments
 (0)