Commit Graph

7 Commits

Author SHA1 Message Date
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
Oli Scherer 4512f211ae Accept less invalid Rust in rustdoc 2023-10-31 13:58:03 +00:00
Noah Lev 912d11d4d1 Fix rustdoc-json tests 2023-08-23 11:52:49 -07:00
León Orell Valerian Liehr 6f5d8556ca
Handle inherent associated types fallout 2023-08-03 02:18:52 +02:00
Luca Palmieri a5e5101375 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
Alona Enraght-Moony c271c708e2 rustdoc-json: Add tests for `#![feature(inherent_associated_types)]` 2023-05-13 13:07:23 +00:00
Albert Larsan cf2dff2b1e
Move /src/test to /tests 2023-01-11 09:32:08 +00:00