-
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
Clean up unstable book #69561
Clean up unstable book #69561
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 27fdf7e049ce1776d59bb0a6819185819cf724eb has been approved by |
@Dylan-DPC Would you mind my addressing the remaining things above in this PR? (Sorry, I should have marked this PR as WIP.) |
@bors r- ^-- |
You can also do draft prs which are more noticeable |
27fdf7e
to
4c9e87e
Compare
@JohnTitor |
Ah, okay! Then tracking issue can be None? |
Yes. |
c55fc19
to
c55df37
Compare
I think it's ready to review. |
I think almost should be fine but I'm not sure about tidy things, perhaps @Mark-Simulacrum thoughts? |
@bors r+ |
📌 Commit c55df37 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 |
…=Mark-Simulacrum Clean up unstable book - rust-lang#58402's feature was renamed to `tidy_test_never_used_anywhere_else` and it is now used for tidy only - `read_initializer` link is wrong and the doc should be auto-generated so removed - Add dummy doc for `link_cfg` - Stop generating `compiler_builtins_lib` doc in favor of b8ccc0f - Make `rustc_attrs` tracking issue "None"
Rollup of 8 pull requests Successful merges: - #69422 (Remove use of `unwrap()` from save-analysis) - #69548 (Turn trailing tokens in `assert!()` into hard errors) - #69561 (Clean up unstable book) - #69599 (check_binding_alt_eq_ty: improve precision wrt. `if let`) - #69641 (Update books) - #69776 (Fix & test leak of some BTreeMap nodes on panic during `into_iter`) - #69805 (resolve: Modernize some naming) - #69810 (test(bindings_after_at): add dynamic drop tests for bindings_after_at) Failed merges: r? @ghost
tidy_test_never_used_anywhere_else
and it is now used for tidy onlyread_initializer
link is wrong and the doc should be auto-generated so removedlink_cfg
compiler_builtins_lib
doc in favor of b8ccc0frustc_attrs
tracking issue "None"