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:
Stan Manilov 2025-06-02 10:52:31 +03:00 committed by GitHub
parent e76d93cb24
commit 294963c0c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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