blob: 3e0a0d6cd5f86b61751f4968492eabbdfbb9f7f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error: extern location for std does not exist:
error: cannot resolve a prelude import
error: `#[panic_handler]` function required, but not found
error: unwinding panics are not supported without std
|
= help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
= note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
error: aborting due to 4 previous errors
|