]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-cow.b.stderr
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / coherence / coherence-cow.b.stderr
index 269bcd576af5a4ae205678eb93ae6507486fe055..74ad8502add0bb672421e5af716da860fdd01b52 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:29:1
    |
 LL | impl<T> Remote for Pair<Cover<T>,T> { } //[b]~ ERROR E0210