Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Rollup of 8 pull requests #37830

Closed
wants to merge 19 commits into from
Closed

Conversation

arielb1 and others added 19 commits November 13, 2016 18:54
Impls with a erroneous trait ref are already ignored in the first part
of coherence, so ignore them in the second part too. This avoids
cascading coherence errors when 1 impl of a trait has an error.
Similar to pull request rust-lang#37430, this makes the message more copy-paste
friendly and aligns it with other messages like:

    help: you can import it into scope: use foo::Bar;
…sakis

coherence: skip impls with an erroneous trait ref

Impls with a erroneous trait ref are already ignored in the first part
of coherence, so ignore them in the second part too. This avoids
cascading coherence errors when 1 impl of a trait has an error.

r? @nikomatsakis
…olon, r=eddyb

Add semicolon to "perhaps add a `use` for one of them" help

Similar to pull request rust-lang#37430, this makes the message more copy-paste
friendly and aligns it with other messages like:

    help: you can import it into scope: use foo::Bar;

r? @eddyb
…ure, r=steveklabnik

Add sections about testing concurrency and stdout/err capture
add test for rust-lang#37765

Adds a test for rust-lang#37765, a path parsing fix which removes the need for a parenthesis workaround.

Closes rust-lang#37765.
cc rust-lang#37290 @withoutboats
r? @petrochenkov
…, r=nikomatsakis

ICH: Add test case for type alias definitions

r? @nikomatsakis
…ence-comment, r=GuillaumeGomez

Remove incorrect statement about the reference.

This is not true.
@GuillaumeGomez
Copy link
Member Author

@bors: r+ p=1

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

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

@bors
Copy link
Contributor

bors commented Nov 17, 2016

📌 Commit 75941eb has been approved by GuillaumeGomez

@steveklabnik
Copy link
Member

@GuillaumeGomez I actually agree with @petrochenkov about #37820, i'd like to fix it up. can you do a rollup with it? Thanks.

@GuillaumeGomez GuillaumeGomez deleted the rollup branch November 17, 2016 18:40
@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.

10 participants