Skip to content

Commit 35672c7

Browse files
committed
Auto merge of rust-lang#139213 - bjorn3:cg_clif_test_coretests, r=jieyouxu
Run coretests and alloctests with cg_clif in CI Part of rust-lang/rustc_codegen_cranelift#1290
2 parents a439d4f + 7c2f10c commit 35672c7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: alloc/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ check-cfg = [
3636
'cfg(no_global_oom_handling)',
3737
'cfg(no_rc)',
3838
'cfg(no_sync)',
39-
'cfg(randomized_layouts)',
4039
]

Diff for: coretests/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ edition = "2024"
1212
path = "lib.rs"
1313
test = false
1414
bench = false
15+
doc = false
1516

1617
[[test]]
1718
name = "coretests"

0 commit comments

Comments
 (0)