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
The example target `ex1` in package `b v1.0.0 ([..]/foo/b)` has the same output filename as the example target `ex1` in package `a v1.0.0 ([..]/foo/a)`.
75
75
Colliding filename is: [..]/foo/target/debug/examples/ex1[EXE]
76
-
The targets must have unique names.
76
+
The targets should have unique names.
77
77
Consider changing their names to be unique or compiling them separately.
78
+
This may become a hard error in the future, see https://github.com/rust-lang/cargo/issues/6313
0 commit comments