rust/tests/rustdoc-json
Alona Enraght-Moony f784fa7bd9 tests/rustdoc-json: Remove some needless uses of #![no_core].
Done by removing all uses of `#![no_core]`, and the reverting the ones
that failed. More involved ones are in a later commit.
2023-11-07 16:36:55 +00:00
..
enums tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
fn_pointer tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
fns tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
generic-associated-types Accept less invalid Rust in rustdoc 2023-10-31 13:58:03 +00:00
impls tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
intra-doc-links Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lifetime tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
methods tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
primitives tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
reexport tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
structs rustdoc-json: Add tests for field/variant ordering. 2023-08-09 00:32:03 +00:00
traits tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
type tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
unions rustdoc-json: Add tests for field/variant ordering. 2023-08-09 00:32:03 +00:00
assoc_items.rs Serialize all enums as externally tagged to guarantee compatibility with binary formats such as bincode or postcard 2023-05-22 18:22:08 +01:00
assoc_type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
blanket_impls.rs Serialize all enums as externally tagged to guarantee compatibility with binary formats such as bincode or postcard 2023-05-22 18:22:08 +01:00
doc_hidden_failure.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
generic_impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
glob_import.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
keyword.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested.rs Serialize all enums as externally tagged to guarantee compatibility with binary formats such as bincode or postcard 2023-05-22 18:22:08 +01:00
non_lifetime_binders.rs Serialize all enums as externally tagged to guarantee compatibility with binary formats such as bincode or postcard 2023-05-22 18:22:08 +01:00
output_generics.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return_private.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
stripped_modules.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00