Closed
Description
Right now, rustdoc takes a handful of compilation-focused arguments so it can affect the compilation process it uses to extract docs or run tests. A discussion in #cargo
today made me wonder if it was possible (or even feasible) to take arbitrary rustc
arguments and have some way to parse those into the required structures or features needed for rustdoc
's purposes as a compiler driver. Something like having --
and then batching everything that goes after that?
@rust-lang/compiler @rust-lang/dev-tools @rust-lang/t-dev-tools-docs