-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 7 pull requests #25403
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
Rollup of 7 pull requests #25403
Conversation
This also updates the error messages for both. For E0066, it removes mention of "managed heap", which was removed in 8a91d33. For E0069, I just tweaked the wording to make it a bit more explicit.
rustbook throws errors if the `_book` folder exists already. Common if you build twice in a row. Identical to https://github.com/steveklabnik/rustbook/issues/20
This somehow got left out of rust-lang#25308
Adds explanations for E0053, E0066, E0069, E0251, E0252, E0255, E0256, E0368. cc rust-lang#24407
…r=steveklabnik Minor link fix for crates.io.
@bors: r+ p=10 force |
📌 Commit 2df7ae6 has been approved by |
(rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit 2df7ae6 with merge 74a9638... |
💔 Test failed - auto-win-64-opt |
@bors: retry On Thu, May 14, 2015 at 11:18 AM, bors [email protected] wrote:
|
💔 Test failed - auto-linux-64-x-android-t |
@bors: retry force On Thu, May 14, 2015 at 2:32 PM, bors [email protected] wrote:
|
⚡ Previous build results for auto-linux-64-nopt-t, auto-linux-64-opt, auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-64-nopt-t, auto-win-64-opt are reusable. Rebuilding only auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-x-android-t, auto-win-32-nopt-t, auto-win-32-opt... |
_book
folder if it exists from previous runs #25354, make diagnostic message clearer when called from cargo #25381, Fix link to RFC 255 in Reference. #25391, Fix table syntax. #25395, Fix automatic substitution of task->thread. #25397, Add 8 more error explanations. #25398, Fix crates.io link. #25401