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 is likely more a problem with rust-analyzer than this library, but I want to raise awareness because this harms ergonomics and I'd like to understand if there's a work around you all have figured out.
e.g. Even though type is Result<Vec<Node::SelectStmt, Error>> and this code compiles correctly, rust-analyzer provides Result<Vec<{unknown}, Error>>
Anything that can be done to make this easier to work with?
The text was updated successfully, but these errors were encountered:
This is likely more a problem with rust-analyzer than this library, but I want to raise awareness because this harms ergonomics and I'd like to understand if there's a work around you all have figured out.
e.g. Even though type is
Result<Vec<Node::SelectStmt, Error>>
and this code compiles correctly, rust-analyzer providesResult<Vec<{unknown}, Error>>
Anything that can be done to make this easier to work with?
The text was updated successfully, but these errors were encountered: