rust/tests/rustdoc-json/attrs
Matthias Krüger bf98654e6c
Rollup merge of #138569 - aDotInTheVoid:reprdoc-json, r=GuillaumeGomez
rustdoc-json: Add tests for `#[repr(...)]`

Works towards #137645 and #81359

Based on #138018, but with only the test changes. CC ```@obi1kenobi```

r? ```@GuillaumeGomez```
2025-03-18 10:09:30 +01:00
..
deprecated.rs rustdoc-json: Don't also include #[deprecated] in Item::attrs 2025-03-16 21:27:54 +00:00
export_name_2021.rs rustdoc: Add attribute-related tests for rustdoc JSON. 2025-03-05 04:46:14 +00:00
export_name_2024.rs rustdoc: Add attribute-related tests for rustdoc JSON. 2025-03-05 04:46:14 +00:00
must_use.rs rustdoc: Add attribute-related tests for rustdoc JSON. 2025-03-05 04:46:14 +00:00
no_mangle_2021.rs rustdoc: Add attribute-related tests for rustdoc JSON. 2025-03-05 04:46:14 +00:00
no_mangle_2024.rs rustdoc: Add attribute-related tests for rustdoc JSON. 2025-03-05 04:46:14 +00:00
non_exhaustive.rs rustdoc: Add attribute-related tests for rustdoc JSON. 2025-03-05 04:46:14 +00:00
repr_align.rs rustdoc-json: Add tests for #[repr(...)] 2025-03-16 20:28:17 +00:00
repr_c.rs rustdoc-json: Add tests for #[repr(...)] 2025-03-16 20:28:17 +00:00
repr_combination.rs rustdoc-json: Add tests for #[repr(...)] 2025-03-16 20:28:17 +00:00
repr_int_enum.rs rustdoc-json: Add tests for #[repr(...)] 2025-03-16 20:28:17 +00:00
repr_packed.rs rustdoc-json: Add tests for #[repr(...)] 2025-03-16 20:28:17 +00:00
repr_transparent.rs rustdoc-json: Add tests for #[repr(...)] 2025-03-16 20:28:17 +00:00