rust/tests/rustdoc-json
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
..
attrs Rollup merge of #138569 - aDotInTheVoid:reprdoc-json, r=GuillaumeGomez 2025-03-18 10:09:30 +01:00
auxiliary rustdoc-json: Rename Path::name to path, and give it path (again). 2025-01-22 19:29:48 +00:00
enums Fix pretty printing of parsed attrs in hir_pretty 2025-03-10 02:04:26 +00:00
fn_pointer Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
fns Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
generic-associated-types Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
impls rustdoc-json: Add test for impl Trait for dyn Trait 2024-12-01 23:13:57 +00:00
intra-doc-links Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
lifetime Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
methods Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
primitives Add missing lang items in no_core tests in rustdoc 2025-02-04 01:05:31 +00:00
reexport Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
statics Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
structs Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
traits Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
type Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
unions rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
assoc_items.rs rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
assoc_type.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
blanket_impls.rs rustdoc-json: Rename Path::name to path, and give it path (again). 2025-01-22 19:29:48 +00:00
doc_hidden_failure.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
generic_impl.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
glob_import.rs rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
impl-trait-in-assoc-type.rs Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
impl-trait-precise-capturing.rs make precise capturing args in rustdoc Json typed 2025-03-10 21:40:09 +09:00
keyword.rs Remove rustc::existing_doc_keyword lint. 2024-12-17 13:56:10 +11:00
keyword_private.rs Remove rustc::existing_doc_keyword lint. 2024-12-17 13:56:10 +11:00
nested.rs rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
non_lifetime_binders.rs Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
output_generics.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
path_name.rs Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
pub_mod_in_private_mod.rs rustdoc: fixed #101105 2024-08-08 17:13:15 +01:00
return-type-notation.rs Add RTN support to rustdoc 2025-03-15 18:13:27 +00:00
return_private.rs Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
stripped_modules.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
the_smallest.rs rustdoc-json: discard non-local inherent impls 2024-08-05 11:19:22 +01:00
trait_alias.rs Always allow rustdoc-json tests to contain long lines 2025-03-03 19:59:54 +01:00
type_alias.rs rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00