We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version: 0.3.1258-standalone rustc version: 0.3.1258-standalone
Rust-analyzer is not detecting the implementations of TcpListener until I type more.
The text was updated successfully, but these errors were encountered:
This is known and caused by tokio::main, cc #13388
tokio::main
You can get around this by specifying
"rust-analyzer.procMacro.ignored": { "tokio-macros": ["main"] }
in your settings for now
Sorry, something went wrong.
It's working now! Awesome. Thank you very much.
No branches or pull requests
rust-analyzer version: 0.3.1258-standalone
rustc version: 0.3.1258-standalone
Rust-analyzer is not detecting the implementations of TcpListener until I type more.
The text was updated successfully, but these errors were encountered: