cargo-sweep 0.8.0

A tool for cleaning unused build files created by Cargo
1
2
3
4
#!/bin/sh
# A fake rustc executable we can use to test what happens when the compiler returns an error.
echo "oh no an error" >&2
exit 1