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 compile: expected enum test::RunIgnored, found bool #129

Closed
dtolnay opened this issue Oct 28, 2018 · 0 comments
Closed

Fails to compile: expected enum test::RunIgnored, found bool #129

dtolnay opened this issue Oct 28, 2018 · 0 comments

Comments

@dtolnay
Copy link
Contributor

dtolnay commented Oct 28, 2018

As of the most recent nightly:

error[E0308]: mismatched types                                                                                                 
   --> 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`
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

1 participant