Skip to content

Commit 333230f

Browse files
author
James Munns
committed
Restore whitespace
1 parent f233a4c commit 333230f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/ui/coherence/coherence-projection-conflict-orphan.old.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ error[E0119]: conflicting implementations of trait `Foo<i32>` for type `i32`:
33
|
44
LL | impl Foo<i32> for i32 { }
55
| --------------------- first implementation here
6-
LL |
6+
LL |
77
LL | impl<A:Iterator> Foo<A::Item> for A { }
88
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
99
|

src/test/ui/coherence/coherence-projection-conflict-orphan.re.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ error[E0119]: conflicting implementations of trait `Foo<i32>` for type `i32`:
33
|
44
LL | impl Foo<i32> for i32 { }
55
| --------------------- first implementation here
6-
LL |
6+
LL |
77
LL | impl<A:Iterator> Foo<A::Item> for A { }
88
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
99
|

src/test/ui/specialization/issue-52050.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LL | | I: Iterator,
77
LL | | {
88
LL | | }
99
| |_- first implementation here
10-
LL |
10+
LL |
1111
LL | impl IntoPyDictPointer for ()
1212
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()`
1313
|

0 commit comments

Comments
 (0)