Apply review comments
This commit is contained in:
parent
9342be5538
commit
ee99bb3939
2 changed files with 8 additions and 6 deletions
|
|
@ -2,10 +2,12 @@ error: expected one of `,` or `>`, found `==`
|
|||
--> $DIR/issue-87493.rs:8:22
|
||||
|
|
||||
LL | T: MyTrait<Assoc == S::Assoc>,
|
||||
| ^^
|
||||
| |
|
||||
| expected one of `,` or `>`
|
||||
| help: replace `==` with `=`: `=`
|
||||
| ^^ expected one of `,` or `>`
|
||||
|
|
||||
help: if you meant to use an associated type binding, replace `==` with `=`
|
||||
|
|
||||
LL | T: MyTrait<Assoc = S::Assoc>,
|
||||
| ~
|
||||
|
||||
error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied
|
||||
--> $DIR/issue-87493.rs:8:8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue