Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate Rust to 1.13.0-nightly (499484f56 2016-08-18) #12953
Merged
Conversation
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Aug 20, 2016
Update Rust to 1.13.0-nightly (499484f56 2016-08-18) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12953) <!-- Reviewable:end -->
|
|
Compiling compiletest_rs v0.2.0
error[E0063]: missing field `test_threads` in initializer of `test::TestOpts`
--> /home/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.0/src/compiletest.rs:126:5
|
126 | test::TestOpts {
| ^^^^^^^^^^^^^^ |
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Aug 20, 2016
Update Rust to 1.13.0-nightly (499484f56 2016-08-18) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12953) <!-- Reviewable:end -->
|
|
---- [compile-fail] compile-fail/unrooted_must_root.rs stdout ----
error: compile-fail/unrooted_must_root.rs:22: expected error not found: Type must be rooted
error: 0 unexpected errors found, 1 expected errors not found
status: exit code: 101
command: rustc compile-fail/unrooted_must_root.rs -L /tmp --target=x86_64-unknown-linux-gnu --error-format json -Z unstable-options -L /tmp/unrooted_must_root.stage-id.compile-fail.libaux -C prefer-dynamic -o /tmp/unrooted_must_root.stage-id -L /home/servo/buildbot/slave/linux-dev/build/target/debug -L /home/servo/buildbot/slave/linux-dev/build/target/debug/deps
actual errors (from JSON output): [
Error {
line_num: 15,
kind: Some(
Error
),
msg: "15:5: 15:11: Type must be rooted, use #[must_root] on the struct definition to propagate, #[deny(unrooted_must_root)] on by default"
},
Error {
line_num: 19,
kind: Some(
Error
),
msg: "19:12: 19:15: Type must be rooted, #[deny(unrooted_must_root)] on by default"
}
]
expected errors (from test file): [
Error {
line_num: 15,
kind: Some(
Error
),
msg: "Type must be rooted, use #[must_root] on the struct definition to propagate"
},
Error {
line_num: 19,
kind: Some(
Error
),
msg: "Type must be rooted"
},
Error {
line_num: 22,
kind: Some(
Error
),
msg: "Type must be rooted"
}
] |
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Aug 20, 2016
Update Rust to 1.13.0-nightly (499484f56 2016-08-18) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12953) <!-- Reviewable:end -->
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
nox commentedAug 20, 2016
•
edited by larsbergstrom
This change is