Change 'Failure' to 'Panic' in Bug Report Docs

This commit is contained in:
Pascal Hertleif 2014-11-25 13:20:47 +01:00
parent f6cb58caee
commit 96880be0e3

View File

@ -2,7 +2,7 @@
# I think I found a bug in the compiler!
If you see this message: `error: internal compiler error: unexpected failure`,
If you see this message: `error: internal compiler error: unexpected panic`,
then you have definitely found a bug in the compiler. It's also possible that
your code is not well-typed, but if you saw this message, it's still a bug in
error reporting.