Open
Description
I tend to put various test files into $DESTINATION/stage1/bin
so I can have a different terminal open and quickly test stage1 rustc against various test cases I have at hand for a particular thing I’m working on at the time without cluttering root of my checkout.
rustbuild deleting the destination directory every build is inherently incompatible with this workflow. Consider not doing it.