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
IndexMap: key not found
Sometimes LS reports errors like this
thread 'main' panicked at crates/cairo-lang-defs/src/db.rs:585:15: IndexMap: key not found
thread 'main' panicked at crates/cairo-lang-defs/src/db.rs:289:75: IndexMap: key not found
errors have different origins but this always happens when indexing.
Find out why this is happening and if is this LS or compiler error
The text was updated successfully, but these errors were encountered:
@piotmag769 please verify if it's done
Sorry, something went wrong.
Done in #6529
piotmag769
No branches or pull requests
Sometimes LS reports errors like this
errors have different origins but this always happens when indexing.
Find out why this is happening and if is this LS or compiler error
The text was updated successfully, but these errors were encountered: