Made temps-dir an unstable option.
This commit is contained in:
parent
d4bcee9638
commit
ede76c40d1
11 changed files with 18 additions and 24 deletions
|
@ -1110,7 +1110,6 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
|
|||
in <dir>",
|
||||
"DIR",
|
||||
),
|
||||
opt::opt_s("", "temps-dir", "Write temporary output files to <dir>", "DIR"),
|
||||
opt::opt_s(
|
||||
"",
|
||||
"explain",
|
||||
|
|
|
@ -1331,6 +1331,8 @@ options! {
|
|||
"which mangling version to use for symbol names ('legacy' (default) or 'v0')"),
|
||||
teach: bool = (false, parse_bool, [TRACKED],
|
||||
"show extended diagnostic help (default: no)"),
|
||||
temps_dir: Option<String> = (None, parse_opt_string, [UNTRACKED],
|
||||
"the directory the intermediate files are written to"),
|
||||
terminal_width: Option<usize> = (None, parse_opt_number, [UNTRACKED],
|
||||
"set the current terminal width"),
|
||||
tune_cpu: Option<String> = (None, parse_opt_string, [TRACKED],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue