Trivial: fix typo (change `foo` to `bar`)
There is no `foo` symbol in the preceding example. I assume the method `bar` is meant.
This commit is contained in:
parent
e76d93cb24
commit
294963c0c6
|
|
@ -356,7 +356,7 @@ trait Foo {
|
|||
|
||||
Failing because a down-stream impl could theoretically provide an
|
||||
implementation for `RPITIT` without providing an implementation of
|
||||
`foo`:
|
||||
`bar`:
|
||||
|
||||
```text
|
||||
error[E0308]: mismatched types
|
||||
|
|
|
|||
Loading…
Reference in New Issue