mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
dogfood tasted bad
This commit is contained in:
parent
e190cc5590
commit
680cc2f258
@ -77,10 +77,10 @@ where
|
||||
}
|
||||
|
||||
if fix {
|
||||
if !unstable_options {
|
||||
panic!("Usage of `--fix` requires `-Z unstable-options`");
|
||||
} else {
|
||||
if unstable_options {
|
||||
args[0] = "fix".to_owned();
|
||||
} else {
|
||||
panic!("Usage of `--fix` requires `-Z unstable-options`");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user