We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a39d93d + 07ad6e0 commit d41cb99Copy full SHA for d41cb99
src/tools/build-manifest/src/main.rs
@@ -212,6 +212,7 @@ fn main() {
212
let cargo_release = args.next().unwrap();
213
let rls_release = args.next().unwrap();
214
let rustfmt_release = args.next().unwrap();
215
+ let _llvm_tools_vers = args.next().unwrap(); // FIXME do something with it?
216
let s3_address = args.next().unwrap();
217
let mut passphrase = String::new();
218
t!(io::stdin().read_to_string(&mut passphrase));
0 commit comments