1
Fork 0
rust/tests/ui/extern-flag/empty-extern-arg.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
453 B
Text
Raw Permalink Normal View History

2020-12-28 20:15:16 +03:00
error: extern location for std does not exist:
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 3 previous errors
2020-12-28 20:15:16 +03:00