-
Notifications
You must be signed in to change notification settings - Fork 78
Labels
bugSomething isn't workingSomething isn't working
Description
Functions returning a RustClosure
have stubs generated with
function test_closure(): \RustClosure {}
RustClosure
is missing stubs though.
Possible solutions:
- Include that stub with the module stub if
RustClosure
is used - Place this in a seperate file if
RustClosure
is used - Provide a stub file with this crate containing that stub.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working