Expand description
Common executables that can be reused by various tests.
Staticsยง
- CLIPPY_
DRIVER ๐ - ECHO ๐
- ECHO_
WRAPPER ๐
Functionsยง
- echo
- Returns the path to an executable that prints its arguments.
- echo_
subcommand - Returns a project which builds a cargo-echo simple subcommand
- echo_
wrapper - Returns the path to an executable that works as a wrapper around rustc.
- wrapped_
clippy_ driver - A wrapper around
rustc
instead of callingclippy
.