You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See issue #48339, largely, but replace the foo function body with panic!("") and set panic=abort for the dev profile, and build without --release.
This leads to the error:
target/debug/libfoo.a(foo-4ef191f9b3780723.4ypvbwho0bu5tnww.rcgu.o):(.data.DW.ref.rust_eh_personality[DW.ref.rust_eh_personality]+0x0): undefined reference to `rust_eh_personality'
when linking.
The text was updated successfully, but these errors were encountered:
See issue #48339, largely, but replace the foo function body with
panic!("")
and set panic=abort for the dev profile, and build without --release.This leads to the error:
when linking.
The text was updated successfully, but these errors were encountered: