-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make error message clearer about creating new module #69520
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
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 |
r=me with travis fixed up. |
@cramertj it's ready |
@bors r+ |
📌 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
⌛ Testing commit 96b3261 with merge 452aa16a0c003085036b35612322d8c188fe56e9... |
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 |
💔 Test failed - checks-azure |
Seems spurious. |
⌛ Testing commit 96b3261 with merge 846b743f0826716f1b90bface26638ac8d3f4095... |
Make error message clearer about creating new module This is a partial improvement for rust-lang#69492
@bors retry rolled up |
⌛ Testing commit 96b3261 with merge 1e3ca884da0cdf0cab620bc98f6c85a50d776733... |
Sorry for the noise... |
Failed in #69730 (comment) |
I've rebased it on master just in case |
Ahh, it needed message for Windows-only test that "bless" has skipped. I've fixed that. |
@bors r+ |
📌 Commit 8de1ec9 has been approved by |
🌲 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