Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
FFI::DataConverter
non-generic usage
Error was `RBS::InvalidTypeApplication`: Type `::FFI::DataConverter` is generic but used as a non generic type at: def typedef: [T < Type] (T old, Symbol | DataConverter add, ?untyped) -> T DataConverter being a generic type, it needs type arguments, which in turn needs these generic type arguments declared beforehand for `typedef`.
- Loading branch information