-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Documentation for the false keyword #73618
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @kennytm (rust_highfive has picked a reviewer for you, use r? to override) |
@rustbot modify labels: T-doc,C-enhancement |
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 |
This is the error:
Is it something I did ? |
no, just spurious network error |
@bors try |
@poliorcetics: 🔑 Insufficient privileges: not in try users |
e1483e3
to
249e07b
Compare
@poliorcetics this doesn't retry the PR build, it runs the full test suite on every platform. Most of the time just rebasing and force-pushing should be enough. |
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
@bors r+ rollup=always |
📌 Commit a459fc4 has been approved by |
If @GuillaumeGomez has concerns we can always address them in a follow-up PR :) |
Documentation for the false keyword Partial fix of rust-lang#34601. Short documentation for the false keyword mainly pointing to the `true` keyword.
…arth Rollup of 9 pull requests Successful merges: - rust-lang#73618 (Documentation for the false keyword) - rust-lang#74486 (Improve Read::read_exact documentation) - rust-lang#74514 (Do not clobber RUSTDOCFLAGS) - rust-lang#74516 (do not try fetching the ancestors of errored trait impls) - rust-lang#74520 (include backtrace folder in rust-src component) - rust-lang#74523 (Improve documentation for `core::fmt` internals) - rust-lang#74527 (Add myself to toolstate change notifications for rustfmt) - rust-lang#74534 (Only skip impls of foreign unstable traits) - rust-lang#74536 (fix documentation surrounding the `in` and `for` keywords) Failed merges: r? @ghost
Partial fix of #34601.
Short documentation for the false keyword mainly pointing to the
true
keyword.