rust/tests/rustdoc-json/enums
Alona Enraght-Moony 0875f456f1 tests/rustdoc-json: Remove more needless uses of #![no_core].
These were'nt done with regex, but don't require changes to assertions.
2023-11-07 16:40:32 +00:00
..
auxiliary
discriminant 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_link_to_foreign_variant.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
field_hidden.rs tests/rustdoc-json: Remove more needless uses of #![no_core]. 2023-11-07 16:40:32 +00:00
field_order.rs rustdoc-json: Add tests for field/variant ordering. 2023-08-09 00:32:03 +00:00
kind.rs tests/rustdoc-json: Remove more needless uses of #![no_core]. 2023-11-07 16:40:32 +00:00
struct_field_hidden.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
tuple_fields_hidden.rs tests/rustdoc-json: Remove more needless uses of #![no_core]. 2023-11-07 16:40:32 +00:00
use_glob.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
use_variant.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
use_variant_foreign.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
variant_order.rs rustdoc-json: Add tests for field/variant ordering. 2023-08-09 00:32:03 +00:00
variant_struct.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
variant_tuple_struct.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