-
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
type mismatch with equal types in async function #14488
Comments
This one is strange to me, and I can't reproduce it with simple samples. Do you see the error if you replace your |
Right now rustc accepts it, rust-analyzer doesn't. |
That would be great. |
@adrianncovaci That is #14479 |
Should be fixed by #14486. |
Crate compiles without any issues.
rust-analyzer version: rust-analyzer version: 0.4.1462-standalone (e871540 2023-04-04)
rustc version: rustc 1.70.0-nightly (7820b62d2 2023-03-05)
(also tested on rustc
1.70.0-nightly (cf7ada217 2023-04-03)
)relevant settings: -
The text was updated successfully, but these errors were encountered: