Skip to content

Rollup of 4 pull requests - #42445

Closed
Mark-Simulacrum wants to merge 9 commits into
rust-lang:masterfrom
Mark-Simulacrum:rollup
Closed

Rollup of 4 pull requests#42445
Mark-Simulacrum wants to merge 9 commits into
rust-lang:masterfrom
Mark-Simulacrum:rollup

Conversation

stephen-lazaroand 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.
Fixesrust-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 resolvesrust-lang#29094
r? @Mark-Simulacrum
…hton
rustc_llvm: re-run build script if config.toml changes
closesrust-lang#35199
@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Jun 5, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit fd48c3a has been approved by Mark-Simulacrum

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @pnkfelix

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

@bors

bors commented Jun 5, 2017

Copy link
Copy Markdown
Collaborator

⌛ 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

bors commented Jun 5, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

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

@Mark-Simulacrum
Mark-Simulacrum deleted the rollup branch June 5, 2017 20:02
@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Mark-Simulacrum@bors@rust-highfive@pnkfelix@Centril@stephen-lazaro@venkatagiri@king6cong