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

Does not compile on latest nightly #131

Closed
RalfJung opened this issue Oct 28, 2018 · 3 comments
Closed

Does not compile on latest nightly #131

RalfJung opened this issue Oct 28, 2018 · 3 comments

Comments

@RalfJung
Copy link
Contributor

I am getting this error:

error[E0308]: mismatched types                                                                                                                                                                                     
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:101:22                                                                                                             
    |                                                                                                                                                                                                              
101 |         run_ignored: config.run_ignored,                                                                                                                                                                     
    |                      ^^^^^^^^^^^^^^^^^^ expected enum `test::RunIgnored`, found bool                                                                                                                         
    |                                                                                                                                                                                                              
    = note: expected type `test::RunIgnored`                                                                                                                                                                       
               found type `bool`                                                                                                                                                                                   
                                                                                                                                                                                                                   
error: aborting due to previous error                                                                                                                                                                              
                                                                                                                                                                                                                   
For more information about this error, try `rustc --explain E0308`.                                                                                                                                                
@RalfJung
Copy link
Contributor Author

Ah, seems to be fixed by 2ebb521 but there is no new release yet.

@dtolnay
Copy link
Contributor

dtolnay commented Oct 28, 2018

Fixed in 0.3.15 -- although now stable is broken. #133

@laumann
Copy link
Collaborator

laumann commented Oct 28, 2018

0.3.16 is out.

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

3 participants