rustc should print an unambiguous error message when building no_std binaries with panic=unwind #45533
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
As we have found out in #45492, rustc cannot (yet) build a
no_std
binary when compiling with panic=unwind.Instead of aborting and printing an error message, rustc builds objects that have external dependencies, in msvc's case
__CxxFrameHandler3
.The text was updated successfully, but these errors were encountered: