]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-projection-conflict.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-projection-conflict.stderr
index e7d1fb293466197249a9a3a3831eac7518cc5a51..7d2c584c37067935b1a7466319bb2a52fc3d9b94 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:Bar> Foo<A::Output> for A { }
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`