Skip to content

Commit c6c447c

Browse files
committed
fix a stderr
1 parent 94dade5 commit c6c447c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ui/traits/next-solver/global-cache-and-parallel-frontend.stderr

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
error[E0277]: the trait bound `T: Clone` is not satisfied
2-
--> $DIR/global-cache-and-parallel-frontend.rs:15:17
32
|
43
LL | #[derive(Clone, Eq)]
54
| ^^ the trait `Clone` is not implemented for `T`, which is required by `Struct<T>: PartialEq`
65
|
76
note: required for `Struct<T>` to implement `PartialEq`
8-
--> $DIR/global-cache-and-parallel-frontend.rs:18:19
97
|
108
LL | impl<T: Clone, U> PartialEq<U> for Struct<T>
119
| ----- ^^^^^^^^^^^^ ^^^^^^^^^

0 commit comments

Comments
 (0)