Files
Obei Sideg 74830a7fcb Move check_target_feature into the attribute parser
Use `TargetFeatureParser` to reject `#[target_feature]` on functions
marked as lang items (via `#[lang = "..."]` or `#[panic_handler]`),
replacing `check_target_feature` in `rustc_passes`.
2026-06-27 11:26:41 +03:00
..