Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Nov 7, 2024
1 parent 81b0de4 commit 76c5989
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/ui/typeck/foreign_struct_trait_unimplemented.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ LL | needs_test(foreign_struct_trait_unimplemented::B);
| |
| required by a bound introduced by this call
|
help: there are multiple different versions of crate `foreign_struct_trait_unimplemented` in the dependency graph
--> $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
= help: the trait `Test` is implemented for `A`
note: required by a bound in `needs_test`
--> $DIR/foreign_struct_trait_unimplemented.rs:10:23
|
Expand Down

0 comments on commit 76c5989

Please sign in to comment.