about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/rust-toolchain
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-09 20:51:34 +0000
committerbors <bors@rust-lang.org>2023-08-09 20:51:34 +0000
commit08d00b40aef2017fe6dba3ff7d6476efa0c10888 (patch)
tree3ab94eb73722a6850545db6ab4e837ca8989d8ec /compiler/rustc_codegen_cranelift/rust-toolchain
parent27a43f083480a3a2a02a544a8ab6030aaab73a53 (diff)
parent37751893cce65bc707bdc017b81e40bd241ed2d1 (diff)
downloadrust-08d00b40aef2017fe6dba3ff7d6476efa0c10888.tar.gz
rust-08d00b40aef2017fe6dba3ff7d6476efa0c10888.zip
Auto merge of #114666 - bjorn3:sync_cg_clif-2023-08-09, r=bjorn3
Sync rustc_codegen_cranelift

A couple of small bug fixes this time. In addition I fixed the test suite after the introduction of `#![deny(internal_feature)]` broke it.

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-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/rust-toolchain b/compiler/rustc_codegen_cranelift/rust-toolchain
index 34514658359..5689bdee64d 100644
--- a/compiler/rustc_codegen_cranelift/rust-toolchain
+++ b/compiler/rustc_codegen_cranelift/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2023-07-22"
+channel = "nightly-2023-08-08"
 components = ["rust-src", "rustc-dev", "llvm-tools"]