Uh oh!
There was an error while loading. Please reload this page.
resolve: Do not skip extern prelude during speculative resolution - #55102
Conversation
rust-highfive
commented
Oct 15, 2018
r? @zackmdavis (rust_highfive has picked a reviewer for you, use r? to override) |
petrochenkov
commented
Oct 15, 2018
I've added beta nomination just in case, since the issue has backward compatibility implications and affects anything using extern prelude and extern prelude is stabilized on beta. |
nikomatsakis
commented
Oct 16, 2018
@bors r+ |
bors
commented
Oct 16, 2018
📌 Commit 01c694b2dcab6d8d3d58c68d5e64b38309136391 has been approved by |
bors
commented
Oct 17, 2018
☔ The latest upstream changes (presumably #54671) made this pull request unmergeable. Please resolve the merge conflicts. |
petrochenkov
commented
Oct 17, 2018
@bors r=nikomatsakis |
bors
commented
Oct 17, 2018
📌 Commit 350f9a2 has been approved by |
resolve: Do not skip extern prelude during speculative resolution Fixesrust-lang#54665
Rollup of 18 pull requests Successful merges: - #54646 (improve documentation on std::thread::sleep) - #54933 (Cleanup the rest of codegen_llvm) - #54964 (Run both lldb and gdb tests) - #55016 (Deduplicate some code and compile-time values around vtables) - #55031 (Improve verify_llvm_ir config option) - #55050 (doc std::fmt: the Python inspiration is already mentioned in precedin…) - #55077 (rustdoc: Use dyn keyword when rendering dynamic traits) - #55080 (Detect if access to localStorage is forbidden by the user's browser) - #55090 (regression test for move out of borrow via pattern) - #55102 (resolve: Do not skip extern prelude during speculative resolution) - #55104 (Add test for #34229) - #55111 ([Rustc Book] Explain --cfg's arguments) - #55122 (Cleanup mir/borrowck) - #55127 (Remove HybridBitSet::dummy) - #55128 (Fix LLVMRustInlineAsmVerify return type mismatch) - #55142 (miri: layout should not affect CTFE checks (outside of validation)) - #55151 (Cleanup nll) - #55161 ([librustdoc] Disable spellcheck for search field)
petrochenkov
commented
Oct 18, 2018
@bors p=1 |
bors
commented
Oct 18, 2018
bors
commented
Oct 18, 2018
☔ The latest upstream changes (presumably #55171) made this pull request unmergeable. Please resolve the merge conflicts. |
pnkfelix
commented
Oct 18, 2018
discussed at compiler team meeting. beta-accepted. |
[beta] Rollup backports Merged and approved: * #54300: Updated RELEASES.md for 1.30.0 * #54939: rustdoc: don't prefer dynamic linking in doc tests * #54671: resolve: Scale back hard-coded extern prelude additions on 2015 edition * #55102: resolve: Do not skip extern prelude during speculative resolution r? @ghost
Fixes#54665