-
Notifications
You must be signed in to change notification settings - Fork 12.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
'rustc' failed at 'lookup_item: id not found: 112089' #12208
Comments
This likely means that you need to recompile upstream dependencies as well as the local dependencies, can you try that and see if it fixes the problem? |
You are correct. Thank you for the solution! |
Closing in favor of #10207 in that case, that bug would detect the version drift and emit an error. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 25, 2022
…fo, r=jonas-schievink feat: include associated types in trait signature help Fixes rust-lang/rust-analyzer#12141 ![screenshot-2022-05-10-16:55:19](https://user-images.githubusercontent.com/1786438/167658642-8df42fba-523a-46fe-a0f6-e0e041b3659d.png)
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Feb 8, 2024
Fixed FP in `unused_io_amount` for Ok(lit), unrachable! and unwrap de… …sugar Fixes fp caused by linting on Ok(_) for all cases outside binding. We introduce the following rules for match exprs. - `panic!` and `unreachable!` are treated as consumed. - `Ok( )` patterns outside `DotDot` and `Wild` are treated as consuming. changelog: FP [`unused_io_amount`] when matching Ok(literal) or unreachable fixes rust-lang#12208 r? `@blyxyas`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
My project compiled fine yesterday, but with the latest nightly it doesn't.
Compiler output
System information
The text was updated successfully, but these errors were encountered: