Skip to content

Rollup of 4 pull requests #42445

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 9 commits into from

Conversation

stephen-lazaro and others added 9 commits June 3, 2017 12:14
Removes 'elided' from lifetime resolution errors
Removes 'elided' from relevant error messaging tests
Also moves a few transmute tests to UI tests to better test their
output.
…matsakis

Print the two types in the span label for transmute errors.

Fixes rust-lang#37157. I'm not entirely happy with the changes here but overall it's better in my opinion; we certainly avoid the odd language in that issue, which changes to:

```
error[E0512]: transmute called with differently sized types: <C as TypeConstructor<'a>>::T (size can vary because of <C as TypeConstructor>::T) to <C as TypeConstructor<'b>>::T (size can vary because of <C as TypeConstructor>::T)
 --> test.rs:8:5
  |
8 |     ::std::mem::transmute(x)
  |     ^^^^^^^^^^^^^^^^^^^^^ transmuting between <C as TypeConstructor<'a>>::T and <C as TypeConstructor<'b>>::T

error: aborting due to previous error(s)
```
Remove 'elided' from lifetime resolution error

Removes 'elided' from lifetime resolution errors
Removes 'elided' from relevant error messaging tests

This PR resolves rust-lang#29094

r? @Mark-Simulacrum
…hton

rustc_llvm: re-run build script if config.toml changes

closes rust-lang#35199
@Mark-Simulacrum
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Collaborator

bors commented Jun 5, 2017

📌 Commit fd48c3a has been approved by Mark-Simulacrum

@rust-highfive
Copy link
Contributor

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

@bors
Copy link
Collaborator

bors commented Jun 5, 2017

⌛ Testing commit fd48c3a with merge 80f0651...

bors added a commit that referenced this pull request Jun 5, 2017
Rollup of 4 pull requests

- Successful merges: #42304, #42415, #42429, #42438
- Failed merges:
@bors
Copy link
Collaborator

bors commented Jun 5, 2017

💔 Test failed - status-travis

@Mark-Simulacrum
Copy link
Member Author

My PR's fault, I think. Will investigate...

@Mark-Simulacrum Mark-Simulacrum deleted the rollup branch June 5, 2017 20:02
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants