]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-projection-conflict-orphan.old.stderr
Fix a minor grammar nit, update UI tests
[rust.git] / src / test / ui / coherence / coherence-projection-conflict-orphan.old.stderr
index cde9360ddf2c8f92b56611fc39c694df9a4b533e..26dadec5bba7ed72fb7f38650e86b635d48711e2 100644 (file)
@@ -3,11 +3,11 @@ 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`
    |
-   = note: upstream crates may add new impl of trait `std::iter::Iterator` for type `i32` in future versions
+   = note: upstream crates may add new impl of trait `std::iter::Iterator` for type `i32` in future versions
 
 error: aborting due to previous error