@whitequark@social.treehouse.systems
Post #1364931
2026-02-19 14:30 UTC
@simon @wffl oh
Replies (1)
-
@simon@tutut.delire.party 2026-02-19 14:41
@whitequark @wffl for context: https://docs.rs/objc/latest/objc/macro.msg_send.html relies on type inference for the arguments and return type of an FFI call. with insufficient annotations, the return type would correctly fall back to () but that stabilization attempt changed it to ! somehow, even though the call *did* return. lots of arguably-wrong but innocent-looking calls became UB in nightly