]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-projection-conflict-ty-param.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-projection-conflict-ty-param.stderr
index c5c9b0ac33c2a3372385d6d2e9866fc9ee38c280..85d3d358f83cf8ea5aba1e7db543e4b4d48ccd31 100644 (file)
@@ -1,4 +1,4 @@
-error[E0119]: conflicting implementations of trait `Foo<_>` for type `std::option::Option<_>`:
+error[E0119]: conflicting implementations of trait `Foo<_>` for type `std::option::Option<_>`
   --> $DIR/coherence-projection-conflict-ty-param.rs:10:1
    |
 LL | impl <P, T: Foo<P>> Foo<P> for Option<T> {}