Rustup to rustc 1.42.0-nightly (689fca01c 2020-01-17)

This commit is contained in:
bjorn3 2020-01-18 19:14:03 +01:00
parent 3197971095
commit 83f6ef1558
2 changed files with 3 additions and 3 deletions

View 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 {

View file

@ -1 +1 @@
nightly-2020-01-14
nightly-2020-01-18