Open dtolnay opened 7 years ago
This would indeed be cool, but I'm not sure if it's possible. Sometimes the instantiations don't include much in the way of type information and you just have stuff like { i64, i64 } rather than a proper type name.
{ i64, i64 }
(This issue is very similar to #7, too.)
This would indeed be cool, but I'm not sure if it's possible. Sometimes the instantiations don't include much in the way of type information and you just have stuff like
{ i64, i64 }
rather than a proper type name.(This issue is very similar to #7, too.)