()
| 299 | #[should_panic = "`CARGO_BIN_EXE_non-existent` is unset |
| 300 | help: if this is running within a unit test, move it to an integration test to gain access to `CARGO_BIN_EXE_non-existent`"] |
| 301 | fn cargo_bin_in_unit_test() { |
| 302 | cargo_bin("non-existent"); |
| 303 | } |
nothing calls this directly
no test coverage detected