mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
758866d48b
Port must_use to the new target checking This PR ports `must_use` to the new target checking logic This also adds a tool-only suggestion to remove attributes on invalid targets, as to not immediately undo the work of https://github.com/rust-lang/rust/pull/145274 r? `@jdonszelmann`