The `no_std` test disables `std`, so unwinding is unsupported, so we use `panic = "abort"` but the `core` library is compiled with unwind by default which breaks the build. Xargo can handle this by recompiling `core` with `panic = "abort"` so we use it. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
Xargo.toml |