-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Importing intrinsics gives "unresolved import" #6077
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
Comments
Of note: it's rust-analyzer that's complaining. rustc has no problem. |
I believe rust-analyzer doesn't yet support |
Hm, I think we do support this: For the start, I think adding some printfs around here woudl help: |
Is there any update on this? |
Seems to be a duplicate of #3898, because the arch module is defined in a directory that is not within the root of the crate. |
Is there a work around for this that utilizes the |
fixed by #9963 |
This worked for me yesterday.
The text was updated successfully, but these errors were encountered: