We could get in a case where we downloaded some source code for which we do not have the tools to build them.
As an example, if the Rust tester found a Cargo.toml file, but no cargo nor rustc executables, it would tell the user they are not available
We could get in a case where we downloaded some source code for which we do not have the tools to build them. As an example, if the Rust tester found a
Cargo.toml
file, but nocargo
norrustc
executables, it would tell the user they are not available