about summary refs log tree commit diff
path: root/src/test/ui/panic-handler
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-06-27 14:54:19 -0700
committerEric Huss <eric@huss.org>2020-06-30 09:10:44 -0700
commit1b3ef660261c880783db0154b89c09a1c4608845 (patch)
treee429cfc4aebc74f0878c808979a75a7be9a054be /src/test/ui/panic-handler
parentc225e5c5cb1200f46b83752e160b489eba1cd597 (diff)
downloadrust-1b3ef660261c880783db0154b89c09a1c4608845.tar.gz
rust-1b3ef660261c880783db0154b89c09a1c4608845.zip
Switch crate_extern_paths to a query, and tweak wording.
Diffstat (limited to 'src/test/ui/panic-handler')
-rw-r--r--src/test/ui/panic-handler/panic-handler-std.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/panic-handler/panic-handler-std.stderr b/src/test/ui/panic-handler/panic-handler-std.stderr
index 1cba0ac3b9a..bb656089bca 100644
--- a/src/test/ui/panic-handler/panic-handler-std.stderr
+++ b/src/test/ui/panic-handler/panic-handler-std.stderr
@@ -8,7 +8,7 @@ LL | | }
    |
    = note: the lang item is first defined in crate `std` (which `panic_handler_std` depends on)
    = note: first definition in `std` loaded from SYSROOT/libstd-*.rlib
-   = note: second definition in `panic_handler_std` loaded from the local crate
+   = note: second definition in the local crate (`panic_handler_std`)
 
 error: argument should be `&PanicInfo`
   --> $DIR/panic-handler-std.rs:8:16