about summary refs log tree commit diff
path: root/tests/rustdoc-json/traits
AgeCommit message (Collapse)AuthorLines
2023-11-07tests/rustdoc-json: Rewrite tests no not use `#![no_core]`.Alona Enraght-Moony-15/+14
2023-11-07tests/rustdoc-json: Remove more needless uses of `#![no_core]`.Alona Enraght-Moony-2/+0
These were'nt done with regex, but don't require changes to assertions.
2023-11-07tests/rustdoc-json: Remove some needless uses of `#![no_core]`.Alona Enraght-Moony-6/+0
Done by removing all uses of `#![no_core]`, and the reverting the ones that failed. More involved ones are in a later commit.
2023-07-14rustdoc-json: Add test for private supertrait.Alona Enraght-Moony-0/+15
2023-05-22Serialize all enums as externally tagged to guarantee compatibility with ↵Luca Palmieri-29/+29
binary formats such as bincode or postcard
2023-01-11Move /src/test to /testsAlbert Larsan-0/+101