about summary refs log tree commit diff
path: root/src/test/ui/panic-handler/panic-handler-std.stderr
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-01-31 15:13:51 +0000
committerbors <bors@rust-lang.org>2020-01-31 15:13:51 +0000
commit5371ddf8c6937e90ffb279c24ac3e79d17833399 (patch)
treee039c56153743ae4dc03e5b345143bfb40708b41 /src/test/ui/panic-handler/panic-handler-std.stderr
parentecde10fc283530db0db42e2c3e2e3132e809b139 (diff)
parent45832839087da140eeb2a85a8b98927ec27ba21c (diff)
downloadrust-5371ddf8c6937e90ffb279c24ac3e79d17833399.tar.gz
rust-5371ddf8c6937e90ffb279c24ac3e79d17833399.zip
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
Address inconsistency in using "is" with "declared here"

"is" was generally used for NLL diagnostics, but not other diagnostics. Using "is" makes the diagnostics sound more natural and readable, so it seems sensible to commit to them throughout.

r? @Centril
Diffstat (limited to 'src/test/ui/panic-handler/panic-handler-std.stderr')
-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 ac56513fd47..f71c28e5aa6 100644
--- a/src/test/ui/panic-handler/panic-handler-std.stderr
+++ b/src/test/ui/panic-handler/panic-handler-std.stderr
@@ -6,7 +6,7 @@ LL | |     loop {}
 LL | | }
    | |_^
    |
-   = note: first defined in crate `std` (which `panic_handler_std` depends on)
+   = note: the lang item is first defined in crate `std` (which `panic_handler_std` depends on)
 
 error: argument should be `&PanicInfo`
   --> $DIR/panic-handler-std.rs:7:16