Skip to content

Commit 96880be

Browse files
committedNov 25, 2014
Change 'Failure' to 'Panic' in Bug Report Docs
1 parent f6cb58c commit 96880be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/complement-bugreport.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# I think I found a bug in the compiler!
44

5-
If you see this message: `error: internal compiler error: unexpected failure`,
5+
If you see this message: `error: internal compiler error: unexpected panic`,
66
then you have definitely found a bug in the compiler. It's also possible that
77
your code is not well-typed, but if you saw this message, it's still a bug in
88
error reporting.

0 commit comments

Comments
 (0)
Please sign in to comment.