Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix validation false positive #55474

Merged
merged 3 commits into from
Oct 30, 2018
Merged

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Oct 29, 2018

Fixes #55454

r? @RalfJung

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 29, 2018
@oli-obk oli-obk added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Oct 29, 2018
@RalfJung
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 30, 2018

📌 Commit 3e9d7e8 has been approved by RalfJung

@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 Oct 30, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Oct 30, 2018
bors added a commit that referenced this pull request Oct 30, 2018
Rollup of 12 pull requests

Successful merges:

 - #54885 (Don't lint 'unused_parens` on `if (break _) { .. }`)
 - #55205 (Improve a few cases of collecting to an FxHash(Map/Set))
 - #55450 (msp430: remove the whole Atomic* API)
 - #55459 (Add UI test for #49296)
 - #55472 (Use opt.take() instead of mem::replace(opt, None))
 - #55473 (Take advantage of impl Iterator in (transitive/elaborate)_bounds)
 - #55474 (Fix validation false positive)
 - #55476 (Change a flat_map with 0/1-element vecs to a filter_map)
 - #55487 (Adjust Ids of path segments in visibility modifiers)
 - #55493 (Doc fixes)
 - #55494 (borrowck=migrate must look at parents of closures)
 - #55496 (Update clippy)

Failed merges:

r? @ghost
@Mark-Simulacrum Mark-Simulacrum added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Oct 30, 2018
@bors bors merged commit 3e9d7e8 into rust-lang:master Oct 30, 2018
@pietroalbini
Copy link
Member

Can you provide a PR with this patch applied to the beta branch? This doesn't cherry-pick cleanly, and I'm not familiar enough with this part of the codebase to fix the conflicts myself.

@pietroalbini pietroalbini removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Nov 1, 2018
bors added a commit that referenced this pull request Nov 1, 2018
[beta] Fix wrong validation clasisfication of `Option<&T>::Some` values

r? @pietroalbini

original PR: #55474
jethrogb pushed a commit to jethrogb/rust that referenced this pull request Nov 21, 2018
@oli-obk oli-obk deleted the const_eval_promoted branch June 15, 2020 15:29
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. 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.

6 participants