https://github.com/ast-grep/ast-grep/blob/27719878a0daf09a862bc25bdeb0af54ccf99ab4/crates/cli/tests/run_test.rs#L12 `cargo_bin` relies on implementation details of cargo that will soon break (rust-lang/cargo#16147, rust-lang/cargo#15010). You can test this by running: ``` CARGO_BUILD_BUILD_DIR="{cargo-cache-home}/build/{workspace-path-hash}" cargo test ``` The replacement is `assert_cmd::cargo_bin!`