Skip to content

Commit 3827e42

Browse files
committed
fixed test
Signed-off-by: janwi_mac <jan.wilhelm77@gmail.com>
1 parent f52ab6c commit 3827e42

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/ui/associated-inherent-types/inherent-assoc-ty-mismatch-issue-153539.stderr

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ error[E0207]: the type parameter `X` is not constrained by the impl trait, self
22
--> $DIR/inherent-assoc-ty-mismatch-issue-153539.rs:9:6
33
|
44
LL | impl<X> S<'_> {
5-
| ^ unconstrained type parameter
5+
| -^-
6+
| ||
7+
| |unconstrained type parameter
8+
| help: remove the unused type parameter `X`
69

710
error[E0308]: mismatched types
811
--> $DIR/inherent-assoc-ty-mismatch-issue-153539.rs:17:5

0 commit comments

Comments
 (0)