-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
unresolved import for use std::os::unix::net::{UnixListener, UnixStream}; #9459
Comments
CC #6038 This works with nightly, but that has other issues (proc macros not working). |
I have this problem on windows now: I just removed those settings and the |
Also happened on nightly Rust Analyzer with rustc 1.53. Fixed by updating to rustc 1.54.
|
I have been used rustc 1.54 and have the same problem, but after I updated to rustc 1.55(the latest version) and it was fixed. |
This has been fixed (for some time, I guess). |
when
use std::os::unix::net::{UnixListener, UnixStream};
it report unresolved import
but cargo actually can compile
The text was updated successfully, but these errors were encountered: