Uh oh!
There was an error while loading. Please reload this page.
[beta] Uniform path backports - #57483
Conversation
…5 edition ...while still keeping ambiguity errors future-proofing for uniform paths. This corner case is not going to be stabilized for 1.32 and needs some more general experiments about retrofitting 2018 import rules to 2015 edition
Add some tests for buggy derive helpers
rust-highfive
commented
Jan 10, 2019
|
petrochenkov
commented
Jan 10, 2019
@bors try |
bors
commented
Jan 10, 2019
[beta] Uniform path backports What's included: - c658d73 ("resolve: Avoid "self-confirming" resolutions in import validation", prerequisite for the following items) - #57160 ("resolve: Fix an ICE in import validation") - #56759 ("Stabilize `uniform_paths`") r? @Mark-Simulacrum
Mark-Simulacrum
commented
Jan 10, 2019
cc @Aaronepower (for #57471) -- I think it's likely this will land and if necessary I can take on backing it out of stable last minute |
petrochenkov
commented
Jan 10, 2019
@ 💂♂️ craterbot run start=master#2bde39b8edce6463e1c37f8a8082a875e7b536b1 end=try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c mode=check-only |
bors
commented
Jan 10, 2019
☀️ Test successful - checks-travis |
Mark-Simulacrum
commented
Jan 10, 2019
@craterbot run start=master#2bde39b8edce6463e1c37f8a8082a875e7b536b1 end=try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c mode=check-only |
craterbot
commented
Jan 10, 2019
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
Jan 10, 2019
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
nikomatsakis
commented
Jan 10, 2019
Discussed in the @rust-lang/compiler meeting. We decided we're definitely ok with backporting the first two PRs. As for the third PR, we don't typically backport stabilizations, but in this case this would help close a source of active problems around migration (see this list of related bugs). Therefore, 👍 to backport if the crater run results look good. |
emilyalbini
commented
Jan 11, 2019
craterbot
commented
Jan 11, 2019
🎉 Experiment
|
emilyalbini
commented
Jan 11, 2019
Crater results looks good! @bors r+ |
bors
commented
Jan 11, 2019
📌 Commit bc232d3 has been approved by |
emilyalbini
commented
Jan 11, 2019
Rolled up inside #57516. |
[beta] Rollup backports Cherry-picked: * #57355: use the correct supertrait substitution in `object_ty_for_trait` * #57471: Updated RELEASES.md for 1.32.0 Rolled up: * #57483: [beta] Uniform path backports * c658d73: resolve: Avoid "self-confirming" resolutions in import validation * #57160: resolve: Fix an ICE in import validation * #56759: Stabilize `uniform_paths` r? @ghost
What's included:
uniform_paths#56759 ("Stabilizeuniform_paths")r? @Mark-Simulacrum