Skip to content

Rollup of 23 pull requests - #35592

Merged
bors merged 56 commits into
rust-lang:masterfrom
sophiajt:rollup
Aug 12, 2016
Merged

Rollup of 23 pull requests#35592
bors merged 56 commits into
rust-lang:masterfrom
sophiajt:rollup

Conversation

Jonathan Turner added 7 commits August 11, 2016 06:34
Remove redundant `&mut ref mut` in doc for Result::as_mut()
While a good example of how `&mut ref mut` is a no-op, I don't think we should show that here :)
See https://users.rust-lang.org/t/mnemonic-for-reading-qualifiers/6853
r? @steveklabnik
Fix docs typo in std::os::unix::net::SocketAddr::is_unnamed
…t, r=jonathandturner
E0072 update error format
Part of rust-lang#35233Fixesrust-lang#35506
r? @jonathandturner
The bonus for this issue currently seems to be impossible to do reliably, as the compiler seems to lack span information for item names alone, like `Foo` in `struct Foo { ... }`. It would be possible to hack something together by computing span offsets, but that seems like a solution that would be begging for trouble.
A proper solution to this would, of course, be to add span information to the right place (seems to be `rustc::hir::Item::name` but I may be wrong).
@sophiajt

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=1

@bors

bors commented Aug 11, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit cdedad5 has been approved by jonathandturner

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @brson

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

@bors

bors commented Aug 11, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit cdedad5 with merge 0bf2360...

@bors

bors commented Aug 11, 2016

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-msvc-64-opt-rustbuild

@sophiajt

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=1

@bors

bors commented Aug 11, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit d3af9a3 has been approved by jonathandturner

@bors

bors commented Aug 11, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit d3af9a3 with merge 8787a12...

bors added a commit that referenced this pull request Aug 11, 2016
@bors

bors commented Aug 11, 2016

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-linux-64-debug-opt

@sophiajt

Copy link
Copy Markdown
ContributorAuthor

Timed out...

@bors retry

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.

19 participants

@sophiajt@bors@rust-highfive@brson@Centril@vadimcn@srinivasreddy@pcn@frewsxcv@KiChjang@stephen-lazaro@hank-der-hafenarbeiter@theypsilon@munyari@murarth@circuitfox@birkenfeld@wdv4758h@trixnz