rollup merge of #19300: killercup/patch-1

Just saw this when looking at #19297 and couldn't find an issue/PR dealing with this. #18773 seems to have missed this file.

Compiler output is generated [here](770378a313/src/librustc_trans/driver/mod.rs (L466)).

cc @steveklabnik
This commit is contained in:
Alex Crichton 2014-11-26 09:44:47 -08:00
commit b095eb1720

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.