Skip to content

Conversation

frewsxcv and others added 15 commits September 15, 2017 23:22
Also run `cargo update` for rustc as well
This is the name the `gcc` crate has moved to
…etMisdreavus

Indicate how ChildStd{in,out,err} FDs are closed.

Fixes rust-lang#41452.
Trim and document libc shim

(hopefully) easy part of rust-lang#44515.

r? @alexcrichton
…tsakis

Update some minor dependencies

* run `cargo update`
* Update cargo submodule
* Update to the `cc` crate from `gcc`
Improve diagnostics when attempting to match tuple enum variant with struct pattern

Adds an extra note as below to explain that a tuple pattern was probably intended.

```
error[E0026]: variant `X::Y` does not have a field named `data`
  --> src/main.rs:18:16
   |
18 |         X::Y { data } => println!("The data is {}", data)
   |                ^^^^ variant `X::Y` does not have field `data`

error[E0027]: pattern does not mention field `0`
  --> src/main.rs:18:9
   |
18 |         X::Y { data } => println!("The data is {}", data)
   |         ^^^^^^^^^^^^^ missing field `0`
   |
   = note: trying to match a tuple variant with a struct variant pattern
```

Solution for rust-lang#41314.
… r=QuietMisdreavus

Fix warning position in rustdoc code blocks

Before:

<img width="1440" alt="screen shot 2017-09-23 at 14 07 08" src="https://user-images.githubusercontent.com/3050060/30773382-b9649288-a06f-11e7-94ec-faa3c3ed999b.png">

After:

<img width="1440" alt="screen shot 2017-09-23 at 14 58 31" src="https://user-images.githubusercontent.com/3050060/30773384-bdfc9f3e-a06f-11e7-9030-9fb8a5308668.png">

r? @QuietMisdreavus
@rust-highfive
Copy link
Contributor

Some changes occurred in HTML/CSS.

cc @GuillaumeGomez

@rust-highfive
Copy link
Contributor

r? @nikomatsakis

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

@GuillaumeGomez
Copy link
Member Author

@bors: r+ p=10

@bors
Copy link
Collaborator

bors commented Sep 23, 2017

📌 Commit 89c5c91 has been approved by GuillaumeGomez

@bors
Copy link
Collaborator

bors commented Sep 23, 2017

⌛ Testing commit 89c5c91 with merge 9e412ddcbdf2b709ff39c8a3a50367979663247a...

@bors
Copy link
Collaborator

bors commented Sep 23, 2017

💔 Test failed - status-travis

@GuillaumeGomez
Copy link
Member Author

I have no idea what went wrong in here... Let's give it another try...

@bors: retry

@alexcrichton
Copy link
Member

alexcrichton commented Sep 23, 2017

@bors: r-

No that's a legitimate error, let's please not retry that.

This is likely #44785

@GuillaumeGomez
Copy link
Member Author

Ok, I'll just close it then.

@GuillaumeGomez GuillaumeGomez deleted the rollup branch September 24, 2017 12:00
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants