-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Extend documentation of rustc_on_unimplemented
#53279
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
5e66fb9
to
7688091
Compare
7688091
to
54e11c9
Compare
= note: required by `iterate_chars` | ||
``` | ||
|
||
To allow for more targeted error messages, it is possible to filter the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"To allow more targeted"?
This is awesome! Thanks a lot! Except for the small nit I saw, it looks good to me. However I'd prefer if an english native speaker would double check this. Otherwise r=me. |
@steveklabnik can you give it a pass to verify we don't have any incorrect/obtuse language here? |
@GuillaumeGomez we can follow up on a separate PR if there's any wording issue (I want to have something to link people when they ask how to use this). @bors r=GuillaumeGomez |
📌 Commit d35e267 has been approved by |
@bors rollup |
…illaumeGomez Extend documentation of `rustc_on_unimplemented`
Rollup of 8 pull requests Successful merges: - #52453 (improve diagnostics for tests with custom return values) - #53271 (use ? to simplify `TransitiveRelation.maybe_map`) - #53279 (Extend documentation of `rustc_on_unimplemented`) - #53342 (fix error for unsized packed struct field) - #53344 (Add doc examples for std::alloc::{alloc,alloc_zeroed}.) - #53368 (Ignore test that fails on stage1) - #53388 (Fix links' color) - #53396 (Fix since of Iterator::flatten to be a proper semver) Failed merges: r? @ghost
No description provided.