Skip to content

Commit 341f701

Browse files
Fix existing messages in stderrs
1 parent d343fc8 commit 341f701

7 files changed

Lines changed: 7 additions & 7 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/sanitizer/kcfi-arity-requires-llvm-21-0-0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//@ build-fail
66
//@ max-llvm-major-version: 20
77

8-
//~? ERROR `-Zsanitizer-kcfi-arity` requires LLVM 21.0.0 or later.
8+
//~? ERROR `-Zsanitizer-kcfi-arity` requires LLVM 21.0.0 or later
99
#![feature(no_core)]
1010
#![no_core]
1111
#![no_main]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: `-Zsanitizer-kcfi-arity` requires LLVM 21.0.0 or later.
1+
error: `-Zsanitizer-kcfi-arity` requires LLVM 21.0.0 or later
22

33
error: aborting due to 1 previous error
44

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)