Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent zero-argument functions from being created in Rust
These cannot be called from the gluon side, instead a one argument function that takes `()` should be used. Fixes gluon-lang#873
- Loading branch information