Skip to content

Commit

Permalink
Auto merge of #1998 - RalfJung:rustup, r=RalfJung
Browse files Browse the repository at this point in the history
rustup

Adjusts our tests for rust-lang/rust#92697
  • Loading branch information
bors committed Mar 5, 2022
2 parents a715171 + 72e6d41 commit fcc2dd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45660949132222ba7ec0905649b2affd68e0e13c
c8a49fc90281d9a3227a547b5bac8e01d17325be
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// compile-flags: -Zmiri-disable-isolation

fn main() {
assert_eq!(std::thread::available_parallelism().unwrap().get(), 1);
}

0 comments on commit fcc2dd0

Please sign in to comment.