mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #545] Tests rely on deprecated assert_cmd::cargo_bin which will break on future Cargo versions
#240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @epage on GitHub (Dec 19, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/545
https://github.com/bootandy/dust/blob/62bf1e14de73b14bdf5c691be29e6dcc4de352aa/tests/tests_symlinks.rs#L47
cargo_binrelies on implementation details of cargo that will soon break (rust-lang/cargo#16147, rust-lang/cargo#15010).You can test this by running:
The replacement is
assert_cmd::cargo_bin!@bootandy commented on GitHub (Jan 7, 2026):
https://github.com/bootandy/dust/pull/540