diff options
| author | EtomicBomb <ethan@ethan.ws> | 2024-08-26 21:40:52 -0700 |
|---|---|---|
| committer | ethan <ethan@localhost.localdomain> | 2024-09-07 18:57:48 -0400 |
| commit | 3782251c2c6e6e7fedb806a97664ee38ced1677b (patch) | |
| tree | f3058660ca68b53512278af54fdce0528751b5a6 /compiler/rustc_codegen_gcc | |
| parent | ec867f03bcd6c39156ef13eb5f85bf4fb924ca29 (diff) | |
| download | rust-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
