about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorEtomicBomb <ethan@ethan.ws>2024-08-26 21:40:52 -0700
committerethan <ethan@localhost.localdomain>2024-09-07 18:57:48 -0400
commit3782251c2c6e6e7fedb806a97664ee38ced1677b (patch)
treef3058660ca68b53512278af54fdce0528751b5a6 /compiler/rustc_codegen_gcc
parentec867f03bcd6c39156ef13eb5f85bf4fb924ca29 (diff)
downloadrust-3782251c2c6e6e7fedb806a97664ee38ced1677b.tar.gz
rust-3782251c2c6e6e7fedb806a97664ee38ced1677b.zip
librustdoc::config: removed Input from Options
The `librustdoc::config::Options` struct no longer includes
`rustc_session::config::Input`. This is so that Input can be optional.
In rfc#3662, the crate input is not required if `--merge=finalize`.

Replacing Input with Option<Input> was decided against. In most places
that Input is needed, it should be statically known to not be optional
(means fewer unwraps). We just want to have an Input-free Options in
librustdoc::main_args, where we can run the write shared procedure.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions