Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister
Rustc driver cleanup This adds a few comments to the driver to clarify a bit what's happening and does some cleanup.
This commit is contained in:
commit
472c9645fb
3 changed files with 40 additions and 30 deletions
|
@ -2893,6 +2893,7 @@ pub enum PpHirMode {
|
|||
}
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Debug)]
|
||||
/// Pretty print mode
|
||||
pub enum PpMode {
|
||||
/// Options that print the source code, i.e.
|
||||
/// `-Zunpretty=normal` and `-Zunpretty=expanded`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue