]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-projection-conflict-orphan.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-projection-conflict-orphan.stderr
index 51f6faab3c7e48bde89e253cb8a580fee7f0dfa0..9efb5dc75f4f0dc65b7c8538a78863f8c40c46e0 100644 (file)
@@ -8,6 +8,7 @@ LL | impl<A:Iterator> Foo<A::Item> for A { }
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
    |
    = note: upstream crates may add a new impl of trait `std::iter::Iterator` for type `i32` in future versions
+   = note: upstream crates may add a new impl of trait `std::iter::Iterator` for type `i32` in future versions
 
 error: aborting due to previous error