rust/tests/rustdoc-json/attrs
Guillaume Gomez 0512c82cfa
Rollup merge of #142919 - aDotInTheVoid:cold-cold-attr-for-you, r=GuillaumeGomez
rustdoc-json: Add test for `#[cold]`

Follow-up to https://github.com/rust-lang/rust/pull/142491

r? `@GuillaumeGomez`

CC `@jdonszelmann`
2025-06-24 15:39:41 +02:00
..
automatically_derived.rs rustdoc-json: Remove newlines from attributes 2025-05-07 18:45:58 +00:00
cold.rs rustdoc-json: Add test for #[cold] 2025-06-23 21:34:17 +00:00
deprecated.rs tests/rustdoc-json: replace $.index[*][? with $.index[? 2025-03-21 00:48:09 +00:00
export_name_2021.rs rustdoc-json: Remove newlines from attributes 2025-05-07 18:45:58 +00:00
export_name_2024.rs rustdoc-json: Remove newlines from attributes 2025-05-07 18:45:58 +00:00
inline.rs fix clippy 2025-06-17 23:22:51 +02:00
must_use.rs Port #[must_use] to new attribute parsing infrastructure 2025-06-22 14:51:58 +02:00
no_mangle_2021.rs rustdoc-json: Remove newlines from attributes 2025-05-07 18:45:58 +00:00
no_mangle_2024.rs rustdoc-json: Remove newlines from attributes 2025-05-07 18:45:58 +00:00
non_exhaustive.rs rustdoc-json: Remove newlines from attributes 2025-05-07 18:45:58 +00:00
optimize.rs rustdoc-json: Add test for #[optimize(..)] 2025-06-23 17:23:20 +00:00
repr_align.rs rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00
repr_c.rs rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00
repr_combination.rs rustdoc JSON: Don't apply #[repr] privacy heuristics 2025-05-22 21:26:48 +02:00
repr_int_enum.rs rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00
repr_packed.rs rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00