mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 17:12:53 +00:00
Enable svh tests on msvc
This commit is contained in:
parent
207c80f105
commit
a8e1ac9594
@ -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
|
||||
|
@ -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;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user