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
Eventually, we will have backends that support more functionality than others, as we start adding more complex things like callbacks. It would be nice to be able to write APIs (and our own tests!) that work on backends that support the feature whilst being disabled on backends that don't.
Something like #[diplomat::disable(cpp)]
The text was updated successfully, but these errors were encountered:
Eventually, we will have backends that support more functionality than others, as we start adding more complex things like callbacks. It would be nice to be able to write APIs (and our own tests!) that work on backends that support the feature whilst being disabled on backends that don't.
Something like
#[diplomat::disable(cpp)]
The text was updated successfully, but these errors were encountered: