Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build on 1.12.0-nightly (197be89f3 2016-08-15) #44

Closed
dtolnay opened this issue Aug 16, 2016 · 3 comments
Closed

Fails to build on 1.12.0-nightly (197be89f3 2016-08-15) #44

dtolnay opened this issue Aug 16, 2016 · 3 comments

Comments

@dtolnay
Copy link
Contributor

dtolnay commented Aug 16, 2016

error[E0063]: missing field `test_threads` in initializer of `test::TestOpts`
   --> src/compiletest.rs:126:5
    |
126 |     test::TestOpts {
    |     ^^^^^^^^^^^^^^

The field was added in rust-lang/rust#35414.

Manishearth added a commit that referenced this issue Aug 17, 2016
Rustup to rustc 1.12.0-nightly (197be89f3 2016-08-15); fixes #44
@regexident
Copy link

Any chance to get this fix published on crates.io?

@dtolnay
Copy link
Contributor Author

dtolnay commented Aug 26, 2016

@regexident this was published as 0.2.1.

@regexident
Copy link

regexident commented Aug 27, 2016

Uh, yeah.

Had run cargo outdated and cargo add compiletest_rs to update compiletest_rs (I was missing the --dev option in cargo add).

[dependencies]
compiletest_rs = "0.2.1"

[dev-dependencies]
compiletest_rs = "0.1.3"

Changing Cargo.toml to…

[dev-dependencies]
compiletest_rs = "0.2.1"

…fixed it of course. Sorry for bothering you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants