Merge pull request #2438 from smanilov/patch-20
Trivial: fix typo (change `foo` to `bar`)
This commit is contained in:
commit
3039843284
|
|
@ -356,7 +356,7 @@ trait Foo {
|
||||||
|
|
||||||
Failing because a down-stream impl could theoretically provide an
|
Failing because a down-stream impl could theoretically provide an
|
||||||
implementation for `RPITIT` without providing an implementation of
|
implementation for `RPITIT` without providing an implementation of
|
||||||
`foo`:
|
`bar`:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
error[E0308]: mismatched types
|
error[E0308]: mismatched types
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue