rustbot
added
S-waiting-on-author
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested partieslabels
Jul 30, 2026
rustbot
added
S-waiting-on-review
and removed S-waiting-on-author
Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)labels
Jul 30, 2026
rustbot
added
S-waiting-on-author
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested partieslabels
Jul 30, 2026
rustbot
added
S-waiting-on-review
and removed S-waiting-on-author
Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)labels
Jul 30, 2026The lint fired on `let _x = _x;` bindings that are created by proc macros like no_panic, but the user cannot change that generated code. Skip the underscore-binding check when the `let` comes from a macro expansion or from proc-macro output.