From 96880be0e3c4b054aa056d293d5cec02db4d37e4 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Tue, 25 Nov 2014 13:20:47 +0100 Subject: [PATCH] Change 'Failure' to 'Panic' in Bug Report Docs --- src/doc/complement-bugreport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.0