This commit is contained in:
Esteban Küber 2024-11-07 20:56:36 +00:00
parent 81b0de4356
commit 76c59896e7

View File

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