about summary refs log tree commit diff
path: root/tests/ui/no_std/no-std-unwind-binary.stderr
blob: a3b54fe33ab4b2caa033e9fcefd2106f80733599 (plain)
1
2
3
4
5
6
7
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 1 previous error