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
[me@localhost test]$ rustc --crate-type dylib test.rs
[me@localhost test]$ nm -g libtest.so
00000000002014e0 B __bss_start
w __cxa_finalize@@GLIBC_2.2.5
00000000002014e0 D _edata
00000000002014e8 B _end
0000000000000808 T _fini
w __gmon_start__
00000000000005f0 T _init
w _ITM_deregisterTMCloneTable
w _ITM_registerTMCloneTable
w _Jv_RegisterClasses
0000000000201030 D rust_metadata_test_7bb26f1eacd843be
U rust_stack_exhausted
I hope I haven't made some completely obvious mistake, but I think _test_wrapper should show up under exported symbols.
The text was updated successfully, but these errors were encountered:
I'm on Linux, kernel
3.16.6-203.fc20.x86_64
(64 bit).test.rs:
I hope I haven't made some completely obvious mistake, but I think
_test_wrapper
should show up under exported symbols.The text was updated successfully, but these errors were encountered: