crane/checks/custom-dummy/.cargo/myrustc

4 lines
56 B
Bash
Executable File

#!/bin/sh
echo running custom rustc >&2
exec rustc "$@"