Skip to content

Compilation error (missing test_type) on latest nightlies #18

Closed
@cormacrelf

Description

@cormacrelf

As a result of rust-lang/rust#64873, merged 6 days ago, rustc_test::TestDesc now needs a test_type field. I'm guessing that will be TestType:: IntegrationTest.

error[E0063]: missing field `test_type` in initializer of `rustc_test::TestDesc`
   --> /Users/.../.cargo/registry/src/github.com-1ecc6299db9ec823/datatest-0.5.2/src/runner.rs:171:23
    |
171 |                 desc: TestDesc {
    |                       ^^^^^^^^ missing `test_type`

I don't know how this will interact with the whole 'working on stable Rust' goal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions