You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/git.luolix.top-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.
The text was updated successfully, but these errors were encountered:
As a result of rust-lang/rust#64873, merged 6 days ago,
rustc_test::TestDesc
now needs atest_type
field. I'm guessing that will beTestType:: IntegrationTest
.I don't know how this will interact with the whole 'working on stable Rust' goal.
The text was updated successfully, but these errors were encountered: