diff options
| author | varkor <github@varkor.com> | 2020-01-10 14:36:22 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-01-12 15:37:50 +0000 |
| commit | 8461fa51198ad5db1d070620fe4186aaec648438 (patch) | |
| tree | 14f2efd3dd85de86ef4ec9cf92128b7b2f7e316f /src/test/ui/panic-handler/panic-handler-std.stderr | |
| parent | 0810210bcb2c1a50d815e8e71d6db3b6cb0aba7f (diff) | |
| download | rust-8461fa51198ad5db1d070620fe4186aaec648438.tar.gz rust-8461fa51198ad5db1d070620fe4186aaec648438.zip | |
Diagnostics should not end with a full stop
Diffstat (limited to 'src/test/ui/panic-handler/panic-handler-std.stderr')
| -rw-r--r-- | src/test/ui/panic-handler/panic-handler-std.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/panic-handler/panic-handler-std.stderr b/src/test/ui/panic-handler/panic-handler-std.stderr index e6d24348ca8..ac56513fd47 100644 --- a/src/test/ui/panic-handler/panic-handler-std.stderr +++ b/src/test/ui/panic-handler/panic-handler-std.stderr @@ -1,4 +1,4 @@ -error[E0152]: duplicate lang item found: `panic_impl`. +error[E0152]: found duplicate lang item `panic_impl` --> $DIR/panic-handler-std.rs:7:1 | LL | / fn panic(info: PanicInfo) -> ! { @@ -6,7 +6,7 @@ LL | | loop {} LL | | } | |_^ | - = note: first defined in crate `std` (which `panic_handler_std` depends on). + = note: first defined in crate `std` (which `panic_handler_std` depends on) error: argument should be `&PanicInfo` --> $DIR/panic-handler-std.rs:7:16 |
