Skip to content

Commit

Permalink
Change 'Failure' to 'Panic' in Bug Report Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Nov 25, 2014
1 parent f6cb58c commit 96880be
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

1 comment on commit 96880be

@steveklabnik
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.