mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Merge pull request #2438 from smanilov/patch-20
Trivial: fix typo (change `foo` to `bar`)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user