Skip to content

Commit

Permalink
Rustup to rustc 1.42.0-nightly (3761dcd34 2020-01-28)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 29, 2020
1 parent 2ad2ea7 commit 9cdea31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions patches/0022-core-Disable-not-compiling-tests.patch
Expand Up @@ -44,7 +44,7 @@ index 0475aeb..9558198 100644
--- a/src/libcore/tests/num/int_macros.rs
+++ b/src/libcore/tests/num/int_macros.rs
@@ -88,6 +88,7 @@ mod tests {
assert_eq!(C.count_zeros(), bits as u32 - 5);
assert_eq!(x.trailing_ones(), 0);
}

+ /*
Expand All @@ -64,7 +64,7 @@ index 04ed14f..a6e372e 100644
--- a/src/libcore/tests/num/uint_macros.rs
+++ b/src/libcore/tests/num/uint_macros.rs
@@ -52,6 +52,7 @@ mod tests {
assert!(C.count_zeros() == bits as u32 - 5);
assert_eq!(x.trailing_ones(), 0);
}

+ /*
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1 +1 @@
nightly-2020-01-25
nightly-2020-01-29

0 comments on commit 9cdea31

Please sign in to comment.