]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-cross-crate-conflict.stderr
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / coherence / coherence-cross-crate-conflict.stderr
index ee11967cc0d3aa60b2fb1c27f92f3dd8a1e68286..31c41ab7234e1c4323cdeeba6ba785878d80a586 100644 (file)
@@ -7,7 +7,7 @@ LL | impl<A> Foo for A {
    = note: conflicting implementation in crate `trait_impl_conflict`:
            - impl trait_impl_conflict::Foo for isize;
 
-error[E0210]: type parameter `A` must be used as the type parameter for some local type (e.g. `MyStruct<A>`)
+error[E0210]: type parameter `A` must be used as the type parameter for some local type (e.g., `MyStruct<A>`)
   --> $DIR/coherence-cross-crate-conflict.rs:18:1
    |
 LL | impl<A> Foo for A {