blob: c34a993e2c5e389d4e535b099bf942bea5e6efd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error[E0152]: duplicate lang item found: `panic_impl`.
--> $DIR/panic-handler-std.rs:18:1
|
LL | / fn panic(info: PanicInfo) -> ! {
LL | | loop {}
LL | | }
| |_^
|
= note: first defined in crate `std`.
error: aborting due to previous error
For more information about this error, try `rustc --explain E0152`.
|