Skip to content

Commit 76c5989

Browse files
committed
fix test
1 parent 81b0de4 commit 76c5989

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/ui/typeck/foreign_struct_trait_unimplemented.stderr

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ LL | needs_test(foreign_struct_trait_unimplemented::B);
66
| |
77
| required by a bound introduced by this call
88
|
9-
help: there are multiple different versions of crate `foreign_struct_trait_unimplemented` in the dependency graph
10-
--> $DIR/foreign_struct_trait_unimplemented.rs:3:1
11-
|
12-
LL | extern crate foreign_struct_trait_unimplemented;
13-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ one version of crate `foreign_struct_trait_unimplemented` is used here, as a direct dependency of the current crate
14-
= help: you can use `cargo tree` to explore your dependency tree
9+
= help: the trait `Test` is implemented for `A`
1510
note: required by a bound in `needs_test`
1611
--> $DIR/foreign_struct_trait_unimplemented.rs:10:23
1712
|

0 commit comments

Comments
 (0)