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
After updating to Rust toolchain version 1.87.0 we started getting the following complaint from the compiler:
warning: the following packages contain code that will be rejected by a future version of Rust: size-of v0.1.5
Apparently it is related to fastcall convention being used to specify foreign function - on a Mac it has no effect and was previously allowed, but now it's about to become an error.