diff options
Diffstat (limited to 'src/test/compile-fail/svh-use-trait.rs')
| -rw-r--r-- | src/test/compile-fail/svh-use-trait.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/compile-fail/svh-use-trait.rs b/src/test/compile-fail/svh-use-trait.rs index c0a5a0a17eb..c875fa8a0b2 100644 --- a/src/test/compile-fail/svh-use-trait.rs +++ b/src/test/compile-fail/svh-use-trait.rs @@ -23,8 +23,7 @@ extern crate uta; extern crate utb; //~ ERROR: found possibly newer version of crate `uta` which `utb` depends //~| NOTE: perhaps that crate needs to be recompiled? -//~| NOTE: crate `uta` path #1: -//~| NOTE: crate `utb` path #1: +//~| NOTE: the following crate versions were found: fn main() { utb::foo() |
