]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/codemap_tests/coherence-overlapping-inherent-impl-trait.stderr
Add explanation for E0592
[rust.git] / src / test / ui / codemap_tests / coherence-overlapping-inherent-impl-trait.stderr
index a97161b131d496038d003443f6963555b1438549..a60be6f23c415d1e1602b65711f8e918343e05d0 100644 (file)
@@ -8,3 +8,4 @@ LL | impl dyn C { fn f() {} }
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0592`.