rust/tests/rustdoc-json/fns
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
..
abi.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
async_return.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
extern_c_variadic.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
generic_args.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
generic_returns.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
generics.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
pattern_arg.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
qualifiers.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
return_type_alias.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