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

The 0.3.24 crate version includes changes not present in the master branch #190

Closed
jakubadamw opened this issue Oct 14, 2019 · 1 comment

Comments

@jakubadamw
Copy link
Contributor

jakubadamw commented Oct 14, 2019

$ curl -L 'https://crates.io/api/v1/crates/compiletest_rs/0.3.24/download' | tar -zxf
$ sed '262q;d' compiletest_rs-0.3.24/src/lib.rs
            test_type: test::TestType::IntegrationTest,

https://github.com/laumann/compiletest-rs/blob/71c27439a440c6c0fdb5a30feadea1fc76d50264/src/lib.rs#L262

https://github.com/laumann/compiletest-rs/blob/master/Cargo.toml#L3

Or perhaps I am missing something?

I am seeing build failures without features = ["stable"] on the latest nightly and I wanted to report it properly. However, it looks like the repository is out of sync with the crate anyway, so I decided to file an issue about it first.

@Manishearth
Copy link
Owner

I forgot to push, sorry.

The crate was fixed for rustc master, so you should wait till the next nightly (should be out now)

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