You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #106236 - Ezrashaw:add-test+docs-e0519-e0514, r=GuillaumeGomez
docs/test: add docs and a UI test for `E0514` and `E0519`
No UI test on `E0514`, it would need to compile with a different `rustc` version.
r? `@GuillaumeGomez`
error[E0519]: the current crate is indistinguishable from one of its dependencies: it has the same crate-name `crateresolve1` and was compiled with the same `-C metadata` arguments. This will result in symbol conflicts between the two.
2
+
--> $DIR/E0519.rs:8:1
3
+
|
4
+
LL | extern crate crateresolve1;
5
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
+
7
+
error: aborting due to previous error
8
+
9
+
For more information about this error, try `rustc --explain E0519`.
0 commit comments