Open
Description
Currently, bootstrap uses assert!
interchangeably between "we expect this command to always succeed" and "you, the user, did something wrong and need to fix it". See
Line 553 in d28ef9d
Line 1611 in d28ef9d
The background motivation is that people are used to seeing the latter panics, and so don't report bugs when they see the former. This makes it hard to fix bugs because we don't know things are broken.