Skip to content

Commit 86d5d6f

Browse files
committed
---
yaml --- r: 275309 b: refs/heads/stable c: 93a9ab1 h: refs/heads/master i: 275307: 38f66ab
1 parent 43d785f commit 86d5d6f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 506522ff4b7d25da6623791f4d620e3b1457fbdf
32+
refs/heads/stable: 93a9ab1a1bb1e692516a07ece2ec6958c1aa0d3f
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/bootstrap/build/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ impl Build {
155155
&compiler, host);
156156
}
157157
Rustc { stage: 0 } => {
158-
assert!(target.target == self.config.build,
159-
"only have one stage0 compiler");
158+
// nothing to do...
160159
}
161160
Rustc { stage } => {
162161
compile::assemble_rustc(self, stage, target.target);

branches/stable/src/bootstrap/build/step.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ impl<'a> Step<'a> {
194194
pub fn deps(&self, build: &'a Build) -> Vec<Step<'a>> {
195195
match self.src {
196196
Source::Rustc { stage: 0 } => {
197-
assert!(self.target == build.config.build);
198197
Vec::new()
199198
}
200199
Source::Rustc { stage } => {

0 commit comments

Comments
 (0)