Made temps-dir an unstable option.
This commit is contained in:
@@ -685,6 +685,7 @@ fn test_debugging_options_tracking_hash() {
|
||||
untracked!(span_debug, true);
|
||||
untracked!(span_free_formats, true);
|
||||
untracked!(strip, Strip::Debuginfo);
|
||||
untracked!(temps_dir, Some(String::from("abc")));
|
||||
untracked!(terminal_width, Some(80));
|
||||
untracked!(threads, 99);
|
||||
untracked!(time, true);
|
||||
|
||||
Reference in New Issue
Block a user