Skip to content

Commit fcc2dd0

Browse files
committed
Auto merge of #1998 - RalfJung:rustup, r=RalfJung
rustup Adjusts our tests for rust-lang/rust#92697
2 parents a715171 + 72e6d41 commit fcc2dd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45660949132222ba7ec0905649b2affd68e0e13c
1+
c8a49fc90281d9a3227a547b5bac8e01d17325be
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// compile-flags: -Zmiri-disable-isolation
2+
13
fn main() {
24
assert_eq!(std::thread::available_parallelism().unwrap().get(), 1);
35
}

0 commit comments

Comments
 (0)