crater icon indicating copy to clipboard operation
crater copied to clipboard

Distinguish ICEs from normal compiler errors

Open Aaron1011 opened this issue 6 years ago • 1 comments

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.

Aaron1011 avatar May 14 '19 09:05 Aaron1011