File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11language : rust
22rust :
3- - stable
3+ - stable
44 - nightly
55os :
66 - osx
Original file line number Diff line number Diff line change 8484* C types are now used from ` std::os::raw ` rather than ` libc ` . This means
8585 ` Encode ` may not be implemented for ` libc ` types; switch them to the
8686 ` std::os::raw ` equivalents instead. This avoids an issue that would arise
87- from simultaneously using different versions of the libc crate.
87+ from simultaneously using different versions of the libc crate.
8888
8989* Dynamic messaging was moved into the ` Message ` trait; instead of
9090 ` ().send(obj, sel!(description)) ` , use
110110### Fixed
111111
112112* Corrected alignment of ivars in ` ClassDecl ` ; declared classes may now have a
113- smaller size.
113+ smaller size.
114114
115115* With the ` "exception" ` or ` "verify_message" ` feature enabled, panics from
116116 ` msg_send! ` will now be triggered from the line and file where the macro is
You can’t perform that action at this time.
0 commit comments