Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust-analyzer cannot figure out the type of Node #10

Open
rex-remind101 opened this issue Jul 15, 2022 · 0 comments
Open

rust-analyzer cannot figure out the type of Node #10

rex-remind101 opened this issue Jul 15, 2022 · 0 comments

Comments

@rex-remind101
Copy link

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>>
Screen Shot 2022-07-15 at 9 42 44 AM

Anything that can be done to make this easier to work with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant