about summary refs log tree commit diff
path: root/tests/rustdoc-json/reexport
AgeCommit message (Collapse)AuthorLines
2023-11-09rustdoc-json: Fix test so it actuall checks thingsAlona Enraght-Moony-2/+3
After #111427, no item has a `kind` field, so these assertions could never fail. Instead, assert that those two items arn't present.
2023-11-08Rollup merge of #117713 - GuillaumeGomez:document-hidden-json, r=notriddleGuillaume Gomez-0/+10
Add test for reexported hidden item with `--document-hidden-items` Coming from [this discussion on zulip](https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/Using.20cargo-semver-checks.20in.20rustdoc.20JSON.20tests.3A.20revisited). cc ``@aDotInTheVoid`` r? ``@notriddle``
2023-11-08Add test for reexported hidden item with `--document-hidden-items`Guillaume Gomez-0/+10
2023-11-07tests/rustdoc-json: Remove some needless uses of `#![no_core]`.Alona Enraght-Moony-50/+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-05-22Serialize all enums as externally tagged to guarantee compatibility with ↵Luca Palmieri-86/+102
binary formats such as bincode or postcard
2023-04-14Move test from rustdoc-ui to rustdoc-jsonAlona Enraght-Moony-0/+26
2023-02-18Add regression test for #107677Guillaume Gomez-0/+25
2023-01-11Move /src/test to /testsAlbert Larsan-0/+359