rust/src/test/rustdoc-json
Michael Goulet 4989f6a724
Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez
Rustdoc-Json: Add `Path` type for traits.

Avoids using `Type` for trait fields, as a trait must always be a path, and not any other kind of type.

``@rustbot`` modify labels: +A-rustdoc-json +T-rustdoc

Closes #100106
2022-08-13 21:06:48 -07:00
..
enums src/test/rustdoc-json: Check for struct_fields in variant_tuple_struct.rs 2022-01-19 22:10:26 +01:00
fn_pointer rustdoc-json: Add tests for all three HRTB fields 2022-05-04 21:03:01 +02:00
fns Rustdoc-Json: Add Path type for traits. 2022-08-10 10:21:52 +01:00
generic-associated-types rustdoc-json-types: ty -> type_ 2022-03-13 23:13:57 +00:00
impls make clean::Item::span return option instead of dummy span 2022-08-13 22:03:47 +00:00
lifetime rustdoc-json: Lifetime tests 2022-03-15 18:34:16 +00:00
methods rustdoc-json: Add tests for fn qualifiers and ABI 2022-02-18 23:48:41 +00:00
reexport Add tests for JSON non-inlining 2022-07-16 13:39:38 +02:00
structs rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
traits Rustdoc-Json: Add Path type for traits. 2022-08-10 10:21:52 +01:00
type Rustdoc-Json: Add Path type for traits. 2022-08-10 10:21:52 +01:00
unions Fix populate of union.impls 2021-09-26 18:22:07 +02:00
assoc_items.rs Add test for associated items in rustdoc JSON 2022-06-27 16:01:13 +02:00
assoc_type.rs test/rustdoc-json/assoc_type.rs: Maximize chance of detecting future ICEs 2022-06-28 11:02:14 +02:00
blanket_impls.rs rustdoc-json: Make default value of blanket impl assoc types work 2022-06-29 21:05:51 +02:00
doc_hidden_failure.rs Add tests for JSON non-inlining 2022-07-16 13:39:38 +02:00
generic_impl.rs Add regression test for #97986 2022-06-13 15:29:29 +02:00
glob_import.rs Add regression test for glob import ICE in rustdoc JSON 2022-06-28 11:46:24 +02:00
keyword.rs Add test for keywords in rustdoc JSON output 2022-06-22 16:26:22 +02:00
nested.rs rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
output_generics.rs Add rustdonc-json regression test for #98009 2022-06-16 14:13:57 +02:00
primitive.rs Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr 2022-08-10 06:09:10 +00:00
primitive_overloading.rs Add regression test for #98006 2022-06-17 15:48:53 +02:00
primitives.rs Remove special-casing of never primitive in rustdoc-json-types 2021-10-08 16:53:39 +02:00
return_private.rs Add tests for JSON non-inlining 2022-07-16 13:39:38 +02:00
stripped_modules.rs Add tests for JSON non-inlining 2022-07-16 13:39:38 +02:00