diff options
| author | bors <bors@rust-lang.org> | 2024-04-11 11:21:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-11 11:21:44 +0000 |
| commit | 62cffeedcf353d8d5bd78cff9898c3def3e3cb84 (patch) | |
| tree | 70b732be5a22d9be6adf7a4a83fb1ab3b1c0efcc /compiler/rustc_codegen_cranelift/rust-toolchain | |
| parent | 241fc135fc706cb8adf487b288d7944f5faeb084 (diff) | |
| parent | 2ab4334a9601ecb2e47fe5a90ec985fe745a2a23 (diff) | |
Auto merge of #123785 - bjorn3:sync_cg_clif-2024-04-11, r=bjorn3
Subtree sync for rustc_codegen_cranelift This fixes an ICE for unreachable blocks. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'compiler/rustc_codegen_cranelift/rust-toolchain')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/rust-toolchain b/compiler/rustc_codegen_cranelift/rust-toolchain index 09e436b3eed..3e7da4e161f 100644 --- a/compiler/rustc_codegen_cranelift/rust-toolchain +++ b/compiler/rustc_codegen_cranelift/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-04-05" +channel = "nightly-2024-04-11" components = ["rust-src", "rustc-dev", "llvm-tools"] |
