Skip to content

Commit 44a7182

Browse files
committed
Rustup to rustc 1.39.0-nightly (6ef275e6c 2019-09-24)
Fixes #186
1 parent 7d78980 commit 44a7182

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiletest_rs"
3-
version = "0.3.22"
3+
version = "0.3.23"
44
authors = [ "The Rust Project Developers"
55
, "Thomas Bracht Laumann Jespersen <[email protected]>"
66
, "Manish Goregaokar <[email protected]>"

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
126126
skip: vec![],
127127
list: false,
128128
options: test::Options::new(),
129+
report_time: false,
129130
}
130131
}
131132

0 commit comments

Comments
 (0)