about summary refs log tree commit diff
path: root/src/doc/complement-bugreport.md
diff options
context:
space:
mode:
authorPascal Hertleif <killercup@gmail.com>2014-11-25 13:20:47 +0100
committerPascal Hertleif <killercup@gmail.com>2014-11-25 13:20:47 +0100
commit96880be0e3c4b054aa056d293d5cec02db4d37e4 (patch)
treed1c49d6a1386ca6ad86a5894333a60d6b1edd57f /src/doc/complement-bugreport.md
parentf6cb58caeedf509cc80dd376bbb2541a0446046b (diff)
downloadrust-96880be0e3c4b054aa056d293d5cec02db4d37e4.tar.gz
rust-96880be0e3c4b054aa056d293d5cec02db4d37e4.zip
Change 'Failure' to 'Panic' in Bug Report Docs
Diffstat (limited to 'src/doc/complement-bugreport.md')
-rw-r--r--src/doc/complement-bugreport.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/complement-bugreport.md b/src/doc/complement-bugreport.md
index 940a4ca6db7..918c087e66b 100644
--- a/src/doc/complement-bugreport.md
+++ b/src/doc/complement-bugreport.md
@@ -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.