Skip to content

Commit 9c8eaae

Browse files
committed
integration-test: update rust toolchain
The data-layout string is necessary because of rust-lang/rust@8b19922
1 parent 8c676db commit 9c8eaae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-test/bins/rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2023-06-22"
2+
channel = "nightly-2024-03-31" # rustc 1.79-nightly
33
profile = "default"
44
components = [
55
"rust-src",

integration-test/bins/x86-unknown-none.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"llvm-target": "i686-unknown-none",
3-
"data-layout": "e-m:e-i32:32-f80:128-n8:16:32-S128-p:32:32",
3+
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128",
44
"arch": "x86",
55
"target-endian": "little",
66
"target-pointer-width": "32",

0 commit comments

Comments
 (0)