rust-objc v0.2.7 Release Notes
Release Date: 2019-10-16 // about 5 years ago-
๐ Fixed
- ๐ Uses of
msg_send!
will now correctly fail to compile if no return type can be inferred, instead of relying on an edge case of the compiler that will soon change and silently cause undefined behavior.
- ๐ Uses of
Previous changes from v0.2.6
-
๐ Fixed
- ๐ Suppressed a deprecation warning in
sel!
,msg_send!
, andclass!
.
- ๐ Suppressed a deprecation warning in