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

Fix conflicting link identifiers #32885

Merged
merged 1 commit into from Apr 15, 2016

Conversation

Projects
None yet
4 participants
@rkjnsn
Copy link
Contributor

rkjnsn commented Apr 11, 2016

Caused "Errors for non-exhaustive match patterns now list up to 3 missing variants while also indicating the total number of missing variants if more than 3." to link to "libsyntax: Restrict where non-inline modules can appear (fixes #29765)"

@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented Apr 11, 2016

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Apr 11, 2016

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Apr 11, 2016

@bors: rollup

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 14, 2016

Rollup merge of rust-lang#32885 - rkjnsn:patch-2, r=alexcrichton
Fix conflicting link identifiers

Caused "Errors for non-exhaustive match patterns now list up to 3 missing variants while also indicating the total number of missing variants if more than 3." to link to "libsyntax: Restrict where non-inline modules can appear (fixes rust-lang#29765)"

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 14, 2016

Rollup merge of rust-lang#32885 - rkjnsn:patch-2, r=alexcrichton
Fix conflicting link identifiers

Caused "Errors for non-exhaustive match patterns now list up to 3 missing variants while also indicating the total number of missing variants if more than 3." to link to "libsyntax: Restrict where non-inline modules can appear (fixes rust-lang#29765)"

bors added a commit that referenced this pull request Apr 14, 2016

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Apr 14, 2016

⌛️ Testing commit 3757a37 with merge 67c8541...

bors added a commit that referenced this pull request Apr 14, 2016

Auto merge of #32885 - rkjnsn:patch-2, r=alexcrichton
Fix conflicting link identifiers

Caused "Errors for non-exhaustive match patterns now list up to 3 missing variants while also indicating the total number of missing variants if more than 3." to link to "libsyntax: Restrict where non-inline modules can appear (fixes #29765)"
@bors

This comment has been minimized.

Copy link
Contributor

bors commented Apr 14, 2016

💔 Test failed - auto-win-gnu-32-opt

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Apr 14, 2016

@bors: retry

On Thu, Apr 14, 2016 at 12:52 PM, bors notifications@github.com wrote:

[image: 💔] Test failed - auto-win-gnu-32-opt
http://buildbot.rust-lang.org/builders/auto-win-gnu-32-opt/builds/3803


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#32885 (comment)

bors added a commit that referenced this pull request Apr 14, 2016

@bors bors merged commit 3757a37 into rust-lang:master Apr 15, 2016

1 check failed

homu Test failed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.