crater
crater copied to clipboard
Distinguish ICEs from normal compiler errors
It's often useful to distinguish compiler ICEs, which are bug by definition, from compiler errors, which are usually not bugs. This is especially true when performing rustdoc crater runs, as any compiler errors encountered will be unrelated to rustdoc itself.