Uh oh!
There was an error while loading. Please reload this page.
Don't suppress move errors for union fields - #67314
Conversation
rust-highfive
commented
Dec 15, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
872273c to
24a1ef7CompareUh oh!
There was an error while loading. Please reload this page.
24a1ef7 to
97219d8Comparerust-highfive
commented
Dec 19, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
matthewjasper
commented
Dec 20, 2019
@bors r=nikomatsakis |
bors
commented
Dec 20, 2019
📌 Commit 97219d8 has been approved by |
bors
commented
Dec 20, 2019
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
…nikomatsakis Don't suppress move errors for union fields closesrust-lang#66500
…nikomatsakis Don't suppress move errors for union fields closesrust-lang#66500
Rollup of 6 pull requests Successful merges: - #67130 (Const prop should finish propagation into user defined variables) - #67163 (Split up ptr/mod.rs in libcore...) - #67314 (Don't suppress move errors for union fields) - #67392 (Fix unresolved type span inside async object) - #67404 (Separate region inference logic from error handling better) - #67428 (`is_binding_pat`: use explicit match & include or-pats in grammar) Failed merges: r? @ghost
[Beta] Backports I did not include #67134 and #67289 since they seem to be on beta already. * Fix up Command Debug output when arg0 is specified. #67219 * Do not ICE on unnamed future #67289 * Don't suppress move errors for union fields #67314 * Reenable static linking of libstdc++ on windows-gnu #67410 * Use the correct type for static qualifs #67621 * Treat extern statics just like statics in the "const pointer to static" representation #67630 * Do not ICE on lifetime error involving closures #67687
closes#66500