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
struct Foo { void* x; } fn void main() { Foo* foo; float[<2>] a = foo[0..1]; }
⚠️ The compiler encountered an unexpected error: "Violated assert: type_is_valid_for_vector(vector_type)".
The text was updated successfully, but these errors were encountered:
Crash when trying to convert a struct slice to a vector #2039.
f5d02cd
This should work now.
Sorry, something went wrong.
lerno
No branches or pull requests
The text was updated successfully, but these errors were encountered: