]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-projection-conflict-orphan.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-projection-conflict-orphan.stderr
index 9efb5dc75f4f0dc65b7c8538a78863f8c40c46e0..8e7d4589e61407033552e6d164c7c79e9f3c4fad 100644 (file)
@@ -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`
    |