Skip to content

Commit c83836f

Browse files
Fix existing messages in stderrs
1 parent d343fc8 commit c83836f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/ui/layout/valid_range_oob.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
257 > 255
3-
error: the compiler unexpectedly panicked. this is a bug.
3+
error: the compiler unexpectedly panicked. This is a bug
44

55
query stack during panic:
66
#0 [layout_of] computing layout of `Foo`

tests/ui/mir/lint/storage-live.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LL | StorageLive(a);
1313

1414

1515
aborting due to `-Z treat-err-as-bug=1`
16-
error: the compiler unexpectedly panicked. this is a bug.
16+
error: the compiler unexpectedly panicked. This is a bug
1717

1818
query stack during panic:
1919
end of query stack

tests/ui/panics/default-backtrace-ice.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stack backtrace:
1313
(end_short_backtrace)
1414
(begin_short_backtrace)
1515

16-
error: the compiler unexpectedly panicked. this is a bug.
16+
error: the compiler unexpectedly panicked. This is a bug
1717

1818

1919

tests/ui/treat-err-as-bug/err.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LL | pub static C: u32 = 0 - 1;
55
| ^^^^^ evaluation of `C` failed here
66

77

8-
error: the compiler unexpectedly panicked. this is a bug.
8+
error: the compiler unexpectedly panicked. This is a bug
99

1010
query stack during panic:
1111
#0 [eval_static_initializer] evaluating initializer of static `C`

tests/ui/treat-err-as-bug/span_delayed_bug.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LL | fn main() {}
55
| ^^^^^^^^^
66

77

8-
error: the compiler unexpectedly panicked. this is a bug.
8+
error: the compiler unexpectedly panicked. This is a bug
99

1010
query stack during panic:
1111
#0 [trigger_delayed_bug] triggering a delayed bug for testing incremental

0 commit comments

Comments
 (0)