Skip to content

Commit b0b2bf9

Browse files
committed
Specify nightly version since when llvm-ar is available in error message
1 parent ab071c6 commit b0b2bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn main() {
6060

6161
let ar = llvm_tools.tool(&llvm_tools::exe("llvm-ar")).unwrap_or_else(|| {
6262
eprintln!("Failed to retrieve llvm-ar component");
63-
eprint!("This component is available since nightly-XXXX-XX-XX,");
63+
eprint!("This component is available since nightly-2019-03-29,");
6464
eprintln!("so try updating your toolchain if you're using an older nightly");
6565
process::exit(1);
6666
});

0 commit comments

Comments
 (0)