]> git.lizzy.rs Git - rust.git/commitdiff
Rustup to rustc 1.55.0-nightly (59216858a 2021-07-18)
authorbjorn3 <bjorn3@users.noreply.github.com>
Mon, 19 Jul 2021 13:32:22 +0000 (15:32 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Mon, 19 Jul 2021 13:32:22 +0000 (15:32 +0200)
build_sysroot/Cargo.lock
rust-toolchain
src/lib.rs

index 431688abfa26ce3234c6a3d765cf6b02d419667c..5e5c481cd9a6ba6b6ce7a475c01151755a4f94a3 100644 (file)
@@ -40,9 +40,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 
 [[package]]
 name = "cc"
-version = "1.0.68"
+version = "1.0.69"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
+checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
 
 [[package]]
 name = "cfg-if"
index 586b05a071903762caf9ef0036df7bb1cacdbf06..bc991acda6293d01339abbcaa96c9c1402974e9f 100644 (file)
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2021-07-08"
+channel = "nightly-2021-07-19"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
index 366b9a7e24c5aaeab8c087ca76866a71182e499d..4ef53663ca0d95219549c88c440ecf9a0b50522a 100644 (file)
@@ -220,9 +220,7 @@ fn link(
     ) -> Result<(), ErrorReported> {
         use rustc_codegen_ssa::back::link::link_binary;
 
-        link_binary::<crate::archive::ArArchiveBuilder<'_>>(sess, &codegen_results, outputs);
-
-        Ok(())
+        link_binary::<crate::archive::ArArchiveBuilder<'_>>(sess, &codegen_results, outputs)
     }
 }