Uh oh!
There was an error while loading. Please reload this page.
Make error message clearer about creating new module - #69520
Conversation
rust-highfive
commented
Feb 27, 2020
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Feb 27, 2020
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 |
cramertj
commented
Feb 27, 2020
r=me with travis fixed up. |
kornelski
commented
Mar 4, 2020
@cramertj it's ready |
cramertj
commented
Mar 4, 2020
@bors r+ |
bors
commented
Mar 4, 2020
📌 Commit 96b3261 has been approved by |
Make error message clearer about creating new module This is a partial improvement for rust-lang#69492
Rollup of 10 pull requests Successful merges: - #69520 (Make error message clearer about creating new module) - #69589 (ast: `Mac`/`Macro` -> `MacCall`) - #69614 (`delay_span_bug` when codegen cannot select obligation) - #69641 (Update books) - #69674 (Rename DefKind::Method and TraitItemKind::Method ) - #69697 (Add explanation for E0380) - #69698 (Use associated constants of integer types) - #69705 (Toolstate: remove redundant beta-week check.) - #69711 (Update macros.rs: fix documentation typo.) - #69713 (more clippy cleanups) Failed merges: r? @ghost
bors
commented
Mar 5, 2020
⌛ Testing commit 96b3261 with merge 452aa16a0c003085036b35612322d8c188fe56e9... |
rust-highfive
commented
Mar 5, 2020
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
bors
commented
Mar 5, 2020
💔 Test failed - checks-azure |
JohnTitor
commented
Mar 5, 2020
Seems spurious. |
bors
commented
Mar 5, 2020
⌛ Testing commit 96b3261 with merge 846b743f0826716f1b90bface26638ac8d3f4095... |
Make error message clearer about creating new module This is a partial improvement for rust-lang#69492
JohnTitor
commented
Mar 5, 2020
@bors retry rolled up |
bors
commented
Mar 5, 2020
⌛ Testing commit 96b3261 with merge 1e3ca884da0cdf0cab620bc98f6c85a50d776733... |
JohnTitor
commented
Mar 5, 2020
Sorry for the noise... |
JohnTitor
commented
Mar 5, 2020
Failed in #69730 (comment) |
kornelski
commented
Mar 7, 2020
I've rebased it on master just in case |
kornelski
commented
Mar 7, 2020
Ahh, it needed message for Windows-only test that "bless" has skipped. I've fixed that. |
cramertj
commented
Mar 9, 2020
@bors r+ |
bors
commented
Mar 9, 2020
📌 Commit 8de1ec9 has been approved by |
bors
commented
Mar 9, 2020
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
Rollup of 7 pull requests Successful merges: - #67335 (Refactor the `Qualif` trait) - #69122 (Backtrace Debug tweaks) - #69520 (Make error message clearer about creating new module) - #69738 (More Method -> AssocFn renaming) - #69867 (Add long error explanation for E0628 ) - #69989 (resolve/hygiene: `macro_rules` are not "legacy") - #70036 (Make article_and_description primarily use def_kind) Failed merges: r? @ghost
This is a partial improvement for #69492