summary refs log tree commit diff
path: root/tests/rustdoc-json/fn_pointer
AgeCommit message (Collapse)AuthorLines
2023-11-07tests/rustdoc-json: Remove some needless uses of `#![no_core]`.Alona Enraght-Moony-3/+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-08-23Fix rustdoc-json testsNoah Lev-20/+20
2023-05-22Serialize all enums as externally tagged to guarantee compatibility with ↵Luca Palmieri-21/+22
binary formats such as bincode or postcard
2023-04-29Update testsGary Guo-1/+0
2023-01-11Move /src/test to /testsAlbert Larsan-0/+48