]> git.lizzy.rs Git - rust.git/commitdiff
Rustup to rustc 1.42.0-nightly (689fca01c 2020-01-17)
authorbjorn3 <bjorn3@users.noreply.github.com>
Sat, 18 Jan 2020 18:14:03 +0000 (19:14 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Wed, 22 Jan 2020 17:09:20 +0000 (18:09 +0100)
patches/0017-Fix-libtest-compilation.patch
rust-toolchain

index 5592818474ebe9f8fc3cf68dfd7c6bcaf53ce2e1..5299fb2b46505cf8fa351032ba137b15ca2daf11 100644 (file)
@@ -39,8 +39,8 @@ index 8b76080..9e65de2 100644
              let cfg = thread::Builder::new().name(name.as_slice().to_owned());
              cfg.spawn(runtest).unwrap();
 @@ -1531,17 +1531,8 @@ pub fn run_test(
-                 (benchfn.clone())(harness)
-             });
+             // Benchmarks aren't expected to panic, so we run them all in-process.
+             crate::bench::benchmark(desc, monitor_ch, opts.nocapture, benchfn);
          }
 -        DynTestFn(f) => {
 -            match strategy {
index 15374cf4ecdcf51d299e996e3a13edc1e308d215..238b1af43953fed407f21459e76240c99bcf55af 100644 (file)
@@ -1 +1 @@
-nightly-2020-01-14
+nightly-2020-01-18