mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
3d9ada686f
passes: prohibit invalid attrs on generic params Fixes #78957. This PR modifies the `check_attr` pass so that attribute placement on generic parameters is checked for validity. r? `@lcnr`