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 documentation for assert_cmd::cargo::cargo_bin_cmd currently states that it evaluates to "The absolute path to a binary target's executable" (the same text as for cargo_bin!). It actually evaluates to an assert_cmd::cmd::Command instance.
The documentation for
assert_cmd::cargo::cargo_bin_cmdcurrently states that it evaluates to "The absolute path to a binary target's executable" (the same text as forcargo_bin!). It actually evaluates to anassert_cmd::cmd::Commandinstance.