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
$ cargo test --workspace
warning: output filename collision.
The lib target `libstdbuf` in package `uu_stdbuf_libstdbuf v0.0.30 (/home/drinkcat/dev/coreutils/coreutils/src/uu/stdbuf/src/libstdbuf)` has the same output filename as the lib target `libstdbuf` in package `uu_stdbuf_libstdbuf v0.0.30 (/home/drinkcat/dev/coreutils/coreutils/src/uu/stdbuf/src/libstdbuf)`.
Colliding filename is: /home/drinkcat/dev/coreutils/coreutils/target/debug/deps/liblibstdbuf.so
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
Sounds like we should rename our library target.
The text was updated successfully, but these errors were encountered:
The lib target `libstdbuf` in package `uu_stdbuf_libstdbuf v0.0.30 (/home/drinkcat/dev/coreutils/coreutils/src/uu/stdbuf/src/libstdbuf)` has the same output filename as
the lib target `libstdbuf` in package `uu_stdbuf_libstdbuf v0.0.30 (/home/drinkcat/dev/coreutils/coreutils/src/uu/stdbuf/src/libstdbuf)`.
Sounds like we should rename our library target.
The text was updated successfully, but these errors were encountered: