Skip to content

Commit

Permalink
rollup merge of rust-lang#19300: killercup/patch-1
Browse files Browse the repository at this point in the history
Just saw this when looking at rust-lang#19297 and couldn't find an issue/PR dealing with this. rust-lang#18773 seems to have missed this file.

Compiler output is generated [here](https://github.com/rust-lang/rust/blob/770378a313a573776b16237a46b75bafa49072c1/src/librustc_trans/driver/mod.rs#L466).

cc @steveklabnik
  • Loading branch information
alexcrichton committed Nov 27, 2014
2 parents 24349fb + 96880be commit b095eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/complement-bugreport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b095eb1

Please sign in to comment.