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

Add test for #59972 #60572

Merged
merged 1 commit into from
May 9, 2019
Merged

Add test for #59972 #60572

merged 1 commit into from
May 9, 2019

Conversation

tmandry
Copy link
Member

@tmandry tmandry commented May 6, 2019

This PR adds a test for #59972, which was fixed in #59897.

Closes #59972.

r? @eddyb

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 6, 2019
@rust-highfive

This comment has been minimized.

@eddyb
Copy link
Member

eddyb commented May 6, 2019

r? @oli-obk or @RalfJung

@rust-highfive rust-highfive assigned oli-obk and unassigned eddyb May 6, 2019
@oli-obk
Copy link
Contributor

oli-obk commented May 8, 2019

@bors r=RalfJung,oli-obk

@bors
Copy link
Contributor

bors commented May 8, 2019

📌 Commit 2e789b9 has been approved by RalfJung,oli-obk

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 8, 2019
Centril added a commit to Centril/rust that referenced this pull request May 8, 2019
Centril added a commit to Centril/rust that referenced this pull request May 8, 2019
Centril added a commit to Centril/rust that referenced this pull request May 8, 2019
Centril added a commit to Centril/rust that referenced this pull request May 8, 2019
bors added a commit that referenced this pull request May 8, 2019
Rollup of 8 pull requests

Successful merges:

 - #59979 (to_xe_bytes for isize and usize returns an array of different size)
 - #60491 (std: Update compiler-builtins crate)
 - #60550 (Add tests for concrete const types)
 - #60572 (Add test for #59972)
 - #60627 (test for #50518)
 - #60634 (Document + Cleanup lang_items.rs)
 - #60641 (Instead of ICEing on incorrect pattern, use delay_span_bug)
 - #60644 (Use `delay_span_bug` for "Failed to unify obligation")

Failed merges:

r? @ghost
@bors bors merged commit 2e789b9 into rust-lang:master May 9, 2019
@bors
Copy link
Contributor

bors commented May 9, 2019

⌛ Testing commit 2e789b9 with merge 9f83961...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Futures involving uninhabited variables are incorrectly considered uninhabited.
6 participants