Closed BurntSushi closed 5 years ago
It no longer compiles because of a misuse of as_ref in a non-generic context.
as_ref
We should not be using test frameworks. Building the scaffolding manually on top of process::Command is simple. Let's just do that.
process::Command
This issue needs to be fixed for the build to be unbroken.
It no longer compiles because of a misuse of
as_ref
in a non-generic context.We should not be using test frameworks. Building the scaffolding manually on top of
process::Command
is simple. Let's just do that.This issue needs to be fixed for the build to be unbroken.