- Notifications
You must be signed in to change notification settings - Fork 14.1k
diagnostics: suggest changing s@self::{macro}@::macro for exported #104347
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
diagnostics: suggest changing s@self::{macro}@::macro for exported #104347
Conversation
| r? @TaKO8Ki (rustbot has picked a reviewer for you, use r? to override) |
9528386 to cf2d0ce Compare
TaKO8Ki left a comment
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.
Sorry for the late replay. I left some comments.
| @rustbot author |
| @TaKO8Ki Those were both good calls. Thanks! I've pushed fixes. |
| @rustbot reviewer |
8bc281f to f2070c3 Compare | Friendly ping for a review @TaKO8Ki . Thanks! |
| @bors r+ rollup |
…rom-self-fixup, r=TaKO8Ki diagnostics: suggest changing `s@self::{macro}@::macro` for exported Fixes rust-lang#99695 | @bors r- |
f2070c3 to c07a722 Compare | Rebased onto the |
| @bors r=TaKO8Ki |
…mpiler-errors Rollup of 9 pull requests Successful merges: - rust-lang#104154 (Change `bindings_with_variant_name` to deny-by-default) - rust-lang#104347 (diagnostics: suggest changing `s@self::{macro}`@::macro`` for exported) - rust-lang#104672 (Unify stable and unstable sort implementations in same core module) - rust-lang#107048 (check for x version updates) - rust-lang#107061 (Implement some more new solver candidates and fix some bugs) - rust-lang#107095 (rustdoc: remove redundant CSS selector `.sidebar .current`) - rust-lang#107112 (Fix typo in opaque_types.rs) - rust-lang#107124 (fix check macro expansion) - rust-lang#107131 (rustdoc: use CSS inline layout for radio line instead of flexbox) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #99695