In particular, this means that the panic *runtime* is irrelevant for `no_std` applications.
It only comes into play when libstd's panic handler implementation is used.
(The panic *strategy* selected via `-C panic` still has an effect as it also influences code generation.
For example, with `-C panic=abort` code can become simpler as it does not need to support unwinding.)
In particular, this means that the panic *runtime* is irrelevant for `no_std` applications.
It only comes into play when libstd's panic handler implementation is used.
(The panic *strategy* selected via `-C panic` still has an effect as it also influences code generation.
For example, with `-C panic=abort` code can become simpler as it does not need to support unwinding.)