diff options
Diffstat (limited to 'ui/single/locals-cfg.stderr')
| -rw-r--r-- | ui/single/locals-cfg.stderr | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/single/locals-cfg.stderr b/ui/single/locals-cfg.stderr index fc324f1..bb558fa 100644 --- a/ui/single/locals-cfg.stderr +++ b/ui/single/locals-cfg.stderr @@ -28,6 +28,10 @@ error[E0425]: cannot find value `FOO` in this scope 44 | FOO; | ^^^ not found in this scope -error: aborting due to 5 previous errors +error: duplicate lang item in crate `panic_halt`: `panic_impl`. + | + = note: first defined in crate `std`. -For more information about this error, try `rustc --explain E0425`. +error: duplicate lang item in crate `panic_semihosting`: `panic_impl`. + | + = note: first defined in crate `panic_halt`. |
