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
The symbols test should probably not check whether it's in the shared object's symbol table?
EDIT: Pressed "Submit" too fast. This is on Fedora Rawhide with Rust 1.64.0.
The text was updated successfully, but these errors were encountered:
decathorpe
changed the title
v1.0.0 fails to compile due to missing rust_eh_personality symbol
v1.0.0 tests fail missing rust_eh_personality symbol
Sep 30, 2022
Different versions of Rust export this symbols or hide it - there's been some semi-recent changes related to this symbol:
rust-lang/rust#92102
rust-lang/rust#92845
rust-lang/rust#95604
rust-lang/rust#100774
The
symbols
test should probably not check whether it's in the shared object's symbol table?EDIT: Pressed "Submit" too fast. This is on Fedora Rawhide with Rust 1.64.0.
The text was updated successfully, but these errors were encountered: