Skip to content

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

@dtolnay

Description

@dtolnay

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions