Restore whitespace
This commit is contained in:
parent
f233a4c18b
commit
333230fd14
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ error[E0119]: conflicting implementations of trait `Foo<i32>` for type `i32`:
|
||||||
|
|
|
|
||||||
LL | impl Foo<i32> for i32 { }
|
LL | impl Foo<i32> for i32 { }
|
||||||
| --------------------- first implementation here
|
| --------------------- first implementation here
|
||||||
LL |
|
LL |
|
||||||
LL | impl<A:Iterator> Foo<A::Item> for A { }
|
LL | impl<A:Iterator> Foo<A::Item> for A { }
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
|
||||||
|
|
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ error[E0119]: conflicting implementations of trait `Foo<i32>` for type `i32`:
|
||||||
|
|
|
|
||||||
LL | impl Foo<i32> for i32 { }
|
LL | impl Foo<i32> for i32 { }
|
||||||
| --------------------- first implementation here
|
| --------------------- first implementation here
|
||||||
LL |
|
LL |
|
||||||
LL | impl<A:Iterator> Foo<A::Item> for A { }
|
LL | impl<A:Iterator> Foo<A::Item> for A { }
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
|
||||||
|
|
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ LL | | I: Iterator,
|
||||||
LL | | {
|
LL | | {
|
||||||
LL | | }
|
LL | | }
|
||||||
| |_- first implementation here
|
| |_- first implementation here
|
||||||
LL |
|
LL |
|
||||||
LL | impl IntoPyDictPointer for ()
|
LL | impl IntoPyDictPointer for ()
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()`
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()`
|
||||||
|
|
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue