mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
36b82373e0
error-msg: expand suggestion for `unused_def` lint Fixes #108885 Expands `let _ = ..` suggestion into more positions.