mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Restore whitespace
This commit is contained in:
parent
f233a4c18b
commit
333230fd14
@ -3,7 +3,7 @@ error[E0119]: conflicting implementations of trait `Foo<i32>` for type `i32`:
|
||||
|
|
||||
LL | impl Foo<i32> for i32 { }
|
||||
| --------------------- first implementation here
|
||||
LL |
|
||||
LL |
|
||||
LL | impl<A:Iterator> Foo<A::Item> for A { }
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 { }
|
||||
| --------------------- first implementation here
|
||||
LL |
|
||||
LL |
|
||||
LL | impl<A:Iterator> Foo<A::Item> for A { }
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
|
||||
|
|
||||
|
@ -7,7 +7,7 @@ LL | | I: Iterator,
|
||||
LL | | {
|
||||
LL | | }
|
||||
| |_- first implementation here
|
||||
LL |
|
||||
LL |
|
||||
LL | impl IntoPyDictPointer for ()
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()`
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user