We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab071c6 commit b0b2bf9Copy full SHA for b0b2bf9
build.rs
@@ -60,7 +60,7 @@ fn main() {
60
61
let ar = llvm_tools.tool(&llvm_tools::exe("llvm-ar")).unwrap_or_else(|| {
62
eprintln!("Failed to retrieve llvm-ar component");
63
- eprint!("This component is available since nightly-XXXX-XX-XX,");
+ eprint!("This component is available since nightly-2019-03-29,");
64
eprintln!("so try updating your toolchain if you're using an older nightly");
65
process::exit(1);
66
});
0 commit comments