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
I expected to see this happen: The Objective-C runtime to register CLASS_SEL on startup and the pointer within CLASS_SEL be printed according to the Debug impl.
Instead, this happened: a compile failure when invoking ld.
This looks like an assertion/crash in the linker. We do not develop or have control over the linker shipped with macOS systems. You should report this bug to Apple, I think.
I tried this code:
I expected to see this happen: The Objective-C runtime to register
CLASS_SEL
on startup and the pointer withinCLASS_SEL
be printed according to theDebug
impl.Instead, this happened: a compile failure when invoking
ld
.Output:
I made rust-selector-example to demonstrate this along with the output files.
Meta
rustc --version --verbose
:Backtrace
Same output as above.
Related issue: nvzqz/fruity#2.
The text was updated successfully, but these errors were encountered: