Rollup merge of #51703 - kennytm:fix-51699, r=nrc
Recognize the extra "LLVM tools versions" argument to build-manifest. Fix #51699.
This commit is contained in:
commit
d41cb9992f
@ -212,6 +212,7 @@ fn main() {
|
||||
let cargo_release = args.next().unwrap();
|
||||
let rls_release = args.next().unwrap();
|
||||
let rustfmt_release = args.next().unwrap();
|
||||
let _llvm_tools_vers = args.next().unwrap(); // FIXME do something with it?
|
||||
let s3_address = args.next().unwrap();
|
||||
let mut passphrase = String::new();
|
||||
t!(io::stdin().read_to_string(&mut passphrase));
|
||||
|
Loading…
x
Reference in New Issue
Block a user