mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
db3404a896
Update `#[coverage(..)]` attribute error messages to match the current implementation The allowed positions for `#[coverage(..)]` attributes were expanded by #126721, but the corresponding error messages were never updated to reflect the new behaviour. Part of #134749.