rust/tests/rustdoc-json/type
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
..
dyn.rs Fix rustdoc-json tests 2023-08-23 11:52:49 -07:00
extern.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
fn_lifetime.rs Fix rustdoc-json tests 2023-08-23 11:52:49 -07:00
generic_default.rs Fix rustdoc-json tests 2023-08-23 11:52:49 -07:00
hrtb.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
inherent_associated_type.rs tests/rustdoc-json: Remove some needless uses of `#![no_core]`. 2023-11-07 16:36:55 +00:00
inherent_associated_type_bound.rs Accept less invalid Rust in rustdoc 2023-10-31 13:58:03 +00:00
inherent_associated_type_projections.rs Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00