Files
rust/tests/ui/proc-macro/issue-59191-replace-root-with-fn.stderr

10 lines
404 B
Plaintext
Raw Normal View History

error: `#[panic_handler]` function required, but not found
error: unwinding panics are not supported without std
2025-01-30 04:23:14 +00:00
|
= 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
2020-02-01 18:07:26 -08:00
error: aborting due to 2 previous errors
2020-02-01 18:07:26 -08:00