rust/tests/rustdoc-json
Matthias Krüger 8789b95b67
Rollup merge of #128836 - its-the-shrimp:add_test_for_107278, r=aDotInTheVoid
rustdoc-json: add a test for impls on private & hidden types

Fixes #107278 (or rather just ensures it won't resurface)
r? ``@aDotInTheVoid``
2024-08-09 00:03:38 +02:00
..
enums Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
fn_pointer Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
fns Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
generic-associated-types Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
impls rustdoc-json: added a test for #107278 2024-08-08 17:55:52 +01:00
intra-doc-links Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
lifetime Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
methods Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
primitives Reformat use declarations. 2024-07-29 08:26:52 +10:00
reexport Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
structs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
traits Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
type Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
unions Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
assoc_items.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02: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 Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02: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 Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
impl-trait-in-assoc-type.rs rustdoc: Add test for impl_trait_in_accos_type 2024-08-01 15:48:22 +00:00
impl-trait-precise-capturing.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
keyword_private.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
keyword.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
nested.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
non_lifetime_binders.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
output_generics.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
pub_mod_in_private_mod.rs rustdoc: fixed #101105 2024-08-08 17:13:15 +01:00
return_private.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02: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 Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00
type_alias.rs Update all rustdoc-json/ tests to use the new style 2024-07-19 16:54:42 +02:00