Skip to content

Commit 0ebb483

Browse files
committed
Rustup to rustc 1.55.0-nightly (59216858a 2021-07-18)
1 parent c151bb4 commit 0ebb483

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

build_sysroot/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-07-08"
2+
channel = "nightly-2021-07-19"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
220220
) -> Result<(), ErrorReported> {
221221
use rustc_codegen_ssa::back::link::link_binary;
222222

223-
link_binary::<crate::archive::ArArchiveBuilder<'_>>(sess, &codegen_results, outputs);
224-
225-
Ok(())
223+
link_binary::<crate::archive::ArArchiveBuilder<'_>>(sess, &codegen_results, outputs)
226224
}
227225
}
228226

0 commit comments

Comments
 (0)