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
Since C23 there's the nodiscard attribute, I was wondering if marking an exported Rust function with #[must_use] should also set this attribute in the generated header file.