Port #[coverage] to the new attribute system

This commit is contained in:
Sasha Pourcelot
2025-07-13 11:51:22 +02:00
parent f21fbac535
commit 4e054fc4c4
17 changed files with 434 additions and 462 deletions

View File

@@ -318,6 +318,7 @@ pub fn check_builtin_meta_item(
| sym::rustc_layout_scalar_valid_range_end
| sym::no_implicit_prelude
| sym::automatically_derived
| sym::coverage
) {
return;
}