aboutsummaryrefslogtreecommitdiff
path: root/ui/single/locals-cfg.stderr
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-04-22 11:48:36 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-25 14:29:34 +0000
commit79b62797f549a71531bf5ede39cc6695871b7251 (patch)
tree2e739d834b62e747c46ed7ddd7878fa3b4048086 /ui/single/locals-cfg.stderr
parent8df2ec11b0ee3209678dcc1b1a5baa479fa1dfe5 (diff)
Update the test suite to use mod instead of const
Changes MSRV to 1.42, failing tests updated to match 1.42.
Diffstat (limited to 'ui/single/locals-cfg.stderr')
-rw-r--r--ui/single/locals-cfg.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/single/locals-cfg.stderr b/ui/single/locals-cfg.stderr
index bb558fa..e572a41 100644
--- a/ui/single/locals-cfg.stderr
+++ b/ui/single/locals-cfg.stderr
@@ -28,10 +28,10 @@ error[E0425]: cannot find value `FOO` in this scope
44 | FOO;
| ^^^ not found in this scope
-error: duplicate lang item in crate `panic_halt`: `panic_impl`.
+error: duplicate lang item in crate `panic_semihosting`: `panic_impl`.
|
- = note: first defined in crate `std`.
+ = note: first defined in crate `std` (which `$CRATE` depends on)
-error: duplicate lang item in crate `panic_semihosting`: `panic_impl`.
+error: duplicate lang item in crate `panic_halt`: `panic_impl`.
|
- = note: first defined in crate `panic_halt`.
+ = note: first defined in crate `panic_semihosting`.