Module tools

Source
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 calling clippy.