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
The following piece of code crashes the compiler for me:
export component MainWindow inherits Window{ in-out property <int> some_prop: 42; } export { MainWindow as Main-Window }
No response
The text was updated successfully, but these errors were encountered:
The use case is the minimized result from the fuzzer. I can reproduce this in slintpad.com
Sorry, something went wrong.
panicked at internal/compiler/passes/generate_item_indices.rs:93:67: called `Result::unwrap()` on an `Err` value: 0
This is the same as #6559 and #7029
No branches or pull requests
Bug Description
The following piece of code crashes the compiler for me:
Reproducible Code (if applicable)
Environment Details
Product Impact
No response
The text was updated successfully, but these errors were encountered: