From: Dale Wijnand Date: Fri, 20 Apr 2018 21:20:31 +0000 (+0100) Subject: avoid windows path assertion bug X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~52^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=abbd69e747b50929f9235db90552378135096637;p=cargo.git avoid windows path assertion bug --- diff --git a/tests/testsuite/bench.rs b/tests/testsuite/bench.rs index 770faf9d3..6f6a0d116 100644 --- a/tests/testsuite/bench.rs +++ b/tests/testsuite/bench.rs @@ -757,7 +757,7 @@ An explicit [[bench]] section is specified in Cargo.toml which currently disable automatically inferring other benchmark targets. This inference behavior will change in \ the Rust 2018 edition and the following files will be included as a benchmark target: -* \"[..]foo[/]benches[/]bench_basic.rs\" +* \"[..]bench_basic.rs\" This is likely to break cargo build or cargo test as these files may not be ready to be compiled \ as a benchmark target today. You can future-proof yourself and disable this warning by \ diff --git a/tests/testsuite/run.rs b/tests/testsuite/run.rs index 5fdac77c7..7f2d7d6ed 100644 --- a/tests/testsuite/run.rs +++ b/tests/testsuite/run.rs @@ -450,7 +450,7 @@ An explicit [[example]] section is specified in Cargo.toml which currently disab automatically inferring other example targets. This inference behavior will change in \ the Rust 2018 edition and the following files will be included as a example target: -* \"[..]foo[/]examples[/]a.rs\" +* \"[..]a.rs\" This is likely to break cargo build or cargo test as these files may not be ready to be compiled \ as a example target today. You can future-proof yourself and disable this warning by \