about summary refs log tree commit diff
path: root/src/test/ui/panic-handler/panic-handler-std.stderr
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-09-07 12:43:39 +0200
committerJorge Aparicio <jorge@japaric.io>2018-09-07 13:27:30 +0200
commit358fc5b62126f997a1c38ba4c8be60ae16e4a2c4 (patch)
tree6037f18a7e4abedd90ad24d5d7421b6e931a6aa9 /src/test/ui/panic-handler/panic-handler-std.stderr
parent2ae11a9c22bc3d1f36d1e964cbfc4522a0e9351e (diff)
downloadrust-358fc5b62126f997a1c38ba4c8be60ae16e4a2c4.tar.gz
rust-358fc5b62126f997a1c38ba4c8be60ae16e4a2c4.zip
stabilize `#[panic_handler]`
Diffstat (limited to 'src/test/ui/panic-handler/panic-handler-std.stderr')
-rw-r--r--src/test/ui/panic-handler/panic-handler-std.stderr4
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 b141a217164..4ec1c6df355 100644
--- a/src/test/ui/panic-handler/panic-handler-std.stderr
+++ b/src/test/ui/panic-handler/panic-handler-std.stderr
@@ -1,5 +1,5 @@
 error[E0152]: duplicate lang item found: `panic_impl`.
-  --> $DIR/panic-handler-std.rs:18:1
+  --> $DIR/panic-handler-std.rs:17:1
    |
 LL | / fn panic(info: PanicInfo) -> ! {
 LL | |     loop {}
@@ -9,7 +9,7 @@ LL | | }
    = note: first defined in crate `std`.
 
 error: argument should be `&PanicInfo`
-  --> $DIR/panic-handler-std.rs:18:16
+  --> $DIR/panic-handler-std.rs:17:16
    |
 LL | fn panic(info: PanicInfo) -> ! {
    |                ^^^^^^^^^