rust/tests/rustdoc-json
Alona Enraght-Moony 22e1576a12 rustdoc-json: Fix test so it actuall checks things
After #111427, no item has a `kind` field, so these assertions could never
fail. Instead, assert that those two items arn't present.
2023-11-09 12:13:16 +00:00
..
enums tests/rustdoc-json: Remove more needless uses of #![no_core]. 2023-11-07 16:40:32 +00:00
fn_pointer
fns
generic-associated-types tests/rustdoc-json: Remove more needless uses of #![no_core]. 2023-11-07 16:40:32 +00:00
impls tests/rustdoc-json: Rewrite tests no not use #![no_core]. 2023-11-07 16:56:03 +00:00
intra-doc-links
lifetime
methods
primitives
reexport rustdoc-json: Fix test so it actuall checks things 2023-11-09 12:13:16 +00:00
structs
traits tests/rustdoc-json: Rewrite tests no not use #![no_core]. 2023-11-07 16:56:03 +00:00
type
unions
assoc_items.rs
assoc_type.rs
blanket_impls.rs
doc_hidden_failure.rs
generic_impl.rs
glob_import.rs
keyword.rs
nested.rs
non_lifetime_binders.rs tests/rustdoc-json: Remove more needless uses of #![no_core]. 2023-11-07 16:40:32 +00:00
output_generics.rs
return_private.rs
stripped_modules.rs