Web and native backends disagree on some types being Send
and Sync
#3026
Labels
area: api
Issues related to API surface
Send
and Sync
#3026
In #3025 when implementing static assertions to ensure types properly implement (or don't)
Send
andSync
, I noticed a few types do not agree depending whether you are compiling for web or native.The following types differ on native and web:
The text was updated successfully, but these errors were encountered: