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
This would generate the following content of a WIT file, which is incorrect as mutex is not wit keyword or any defined data type.
record auction-id {
auction-id: mutex,
}
This ticket is to forbid the ability to write this - make the macro not compile. It would be nice to only allow WIT data types (option, result, list...) and whatever is defined inside the module.
The text was updated successfully, but these errors were encountered:
Inside the module from which WIT file is generated, we can reference some standard rust type - which is not defined inside module. e.g.
This would generate the following content of a WIT file, which is incorrect as
mutex
is not wit keyword or any defined data type.This ticket is to forbid the ability to write this - make the macro not compile. It would be nice to only allow WIT data types (option, result, list...) and whatever is defined inside the module.
The text was updated successfully, but these errors were encountered: