Enable svh tests on msvc

This commit is contained in:
Chris Denton 2021-12-01 02:05:17 +00:00
parent 207c80f105
commit a8e1ac9594
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE
16 changed files with 8 additions and 24 deletions

View File

@ -1,5 +1,3 @@
// ignore-msvc FIXME #31306
// note that these aux-build directives must be in this order
// aux-build:changing-crates-a1.rs
// aux-build:changing-crates-b.rs

View File

@ -1,5 +1,5 @@
error[E0460]: found possibly newer version of crate `a` which `b` depends on
--> $DIR/changing-crates.rs:10:1
--> $DIR/changing-crates.rs:8:1
|
LL | extern crate b;
| ^^^^^^^^^^^^^^^

View File

@ -1,5 +1,3 @@
// ignore-msvc FIXME #31306
// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs

View File

@ -1,5 +1,5 @@
error[E0460]: found possibly newer version of crate `a` which `b` depends on
--> $DIR/svh-change-lit.rs:10:1
--> $DIR/svh-change-lit.rs:8:1
|
LL | extern crate b;
| ^^^^^^^^^^^^^^^

View File

@ -1,5 +1,3 @@
// ignore-msvc FIXME #31306
// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs

View File

@ -1,5 +1,5 @@
error[E0460]: found possibly newer version of crate `a` which `b` depends on
--> $DIR/svh-change-significant-cfg.rs:10:1
--> $DIR/svh-change-significant-cfg.rs:8:1
|
LL | extern crate b;
| ^^^^^^^^^^^^^^^

View File

@ -1,5 +1,3 @@
// ignore-msvc FIXME #31306
// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs

View File

@ -1,5 +1,5 @@
error[E0460]: found possibly newer version of crate `a` which `b` depends on
--> $DIR/svh-change-trait-bound.rs:10:1
--> $DIR/svh-change-trait-bound.rs:8:1
|
LL | extern crate b;
| ^^^^^^^^^^^^^^^

View File

@ -1,5 +1,3 @@
// ignore-msvc FIXME #31306
// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs

View File

@ -1,5 +1,5 @@
error[E0460]: found possibly newer version of crate `a` which `b` depends on
--> $DIR/svh-change-type-arg.rs:10:1
--> $DIR/svh-change-type-arg.rs:8:1
|
LL | extern crate b;
| ^^^^^^^^^^^^^^^

View File

@ -1,5 +1,3 @@
// ignore-msvc FIXME #31306
// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs

View File

@ -1,5 +1,5 @@
error[E0460]: found possibly newer version of crate `a` which `b` depends on
--> $DIR/svh-change-type-ret.rs:10:1
--> $DIR/svh-change-type-ret.rs:8:1
|
LL | extern crate b;
| ^^^^^^^^^^^^^^^

View File

@ -1,5 +1,3 @@
// ignore-msvc FIXME #31306
// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs

View File

@ -1,5 +1,5 @@
error[E0460]: found possibly newer version of crate `a` which `b` depends on
--> $DIR/svh-change-type-static.rs:10:1
--> $DIR/svh-change-type-static.rs:8:1
|
LL | extern crate b;
| ^^^^^^^^^^^^^^^

View File

@ -1,5 +1,3 @@
// ignore-msvc FIXME #31306
// note that these aux-build directives must be in this order
// aux-build:svh-uta-base.rs
// aux-build:svh-utb.rs

View File

@ -1,5 +1,5 @@
error[E0460]: found possibly newer version of crate `uta` which `utb` depends on
--> $DIR/svh-use-trait.rs:15:1
--> $DIR/svh-use-trait.rs:13:1
|
LL | extern crate utb;
| ^^^^^^^^^^^^^^^^^