]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-cow.a.stderr
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / coherence / coherence-cow.a.stderr
index f05333348ec3aa444644490911bd6d2d0a25ecb4..368935f4cfb78f638eb526cc6214a08e7316ada9 100644 (file)
@@ -1,4 +1,4 @@
-error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g. `MyStruct<T>`)
+error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`)
   --> $DIR/coherence-cow.rs:26:1
    |
 LL | impl<T> Remote for Pair<T,Cover<T>> { } //[a]~ ERROR E0210