summary refs log tree commit diff
path: root/tests/run-make/rustdoc-default-output/output-default.stdout
AgeCommit message (Collapse)AuthorLines
2025-01-14fix typo and unit testbinarycat-1/+2
2025-01-11re-add --disable-minification to rustdocbinarycat-1/+1
this also makes the rust.docs-minification option work as advertised in config.toml nothing fancy this time, this is intended to be perma-unstable. it's only really here for the benefit of rustdoc devs. mitegates https://github.com/rust-lang/rust/issues/135345
2024-12-20Update `run-make/rustdoc-default-output` testGuillaume Gomez-2/+4
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-0/+17
* All new functionality is under unstable options * Adds `--merge=shared|none|finalize` flags * Adds `--parts-out-dir=<crate specific directory>` for `--merge=none` to write cross-crate info file for a single crate * Adds `--include-parts-dir=<previously specified directory>` for `--merge=finalize` to write cross-crate info files * update tests/run-make/rustdoc-default-output/rmake.rs golden
2024-08-02rewrite rustdoc-default-output to rmakeOneirical-0/+200