about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames Munns <james.munns@ferrous-systems.com>2019-09-19 00:50:03 +0200
committerJames Munns <james.munns@ferrous-systems.com>2019-09-19 00:50:03 +0200
commit333230fd140b3b39aa655bcfcda3ee6810b0ac3c (patch)
treeed844b88f0a17a88493793653105b6dc7377a3ea
parentf233a4c18bec906dab0b8531f326a15fadece547 (diff)
downloadrust-333230fd140b3b39aa655bcfcda3ee6810b0ac3c.tar.gz
rust-333230fd140b3b39aa655bcfcda3ee6810b0ac3c.zip
Restore whitespace
-rw-r--r--src/test/ui/coherence/coherence-projection-conflict-orphan.old.stderr2
-rw-r--r--src/test/ui/coherence/coherence-projection-conflict-orphan.re.stderr2
-rw-r--r--src/test/ui/specialization/issue-52050.stderr2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/coherence/coherence-projection-conflict-orphan.old.stderr b/src/test/ui/coherence/coherence-projection-conflict-orphan.old.stderr
index 26dadec5bba..728eae5e547 100644
--- a/src/test/ui/coherence/coherence-projection-conflict-orphan.old.stderr
+++ b/src/test/ui/coherence/coherence-projection-conflict-orphan.old.stderr
@@ -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`
    |
diff --git a/src/test/ui/coherence/coherence-projection-conflict-orphan.re.stderr b/src/test/ui/coherence/coherence-projection-conflict-orphan.re.stderr
index 26dadec5bba..728eae5e547 100644
--- a/src/test/ui/coherence/coherence-projection-conflict-orphan.re.stderr
+++ b/src/test/ui/coherence/coherence-projection-conflict-orphan.re.stderr
@@ -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`
    |
diff --git a/src/test/ui/specialization/issue-52050.stderr b/src/test/ui/specialization/issue-52050.stderr
index 2a0f127bdaf..36f96b01198 100644
--- a/src/test/ui/specialization/issue-52050.stderr
+++ b/src/test/ui/specialization/issue-52050.stderr
@@ -7,7 +7,7 @@ LL | |     I: Iterator,
 LL | | {
 LL | | }
    | |_- first implementation here
-LL |
+LL | 
 LL |   impl IntoPyDictPointer for ()
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()`
    |