about summary refs log tree commit diff
path: root/src/test/rustdoc-json/impls/import_from_private.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-22/+0
2022-11-16rustdoc JSON: Use `Function` everywhere and remove `Method`Martin Nordholts-1/+1
2022-09-10Rustdoc-Json Tests: Use `@is` and `@ismany` more often.Nixon Enraght-Moony-6/+4
2022-08-18Update rustdoc-json test filesGuillaume Gomez-8/+8
2022-08-15rustdoc: Mark imported items as retainedNixon Enraght-Moony-0/+24
Fixes a bug where impl of items that were imported from a private module would be striped Fixes #100252 Fixes #100242