-
Notifications
You must be signed in to change notification settings - Fork 31
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
Regression on master when allocating arrays of arrays #46
Comments
@eddyb not sure if this will be fixed by your qptr stuff. |
Is this the error you're seeing?
With my various changes I also get:
And with a full move to
(and I'm not getting the kind of SPIR-T errors I would expect, either). 02cd324 shouldn't have broken anything like this, but that code is subtle and I am not exactly surprised. My best guess is that something is being ambiguous about wanting access to the whole inner |
Yep, that's the error:
|
These passed before Rust-GPU@02cd324.
These passed before Rust-GPU@02cd324.
Minimal repro that fails to compile:
Bisects to 02cd324
It was found in #21 (comment) (assuming it is the same issue, but at least that is what I started with to get a repro)
The text was updated successfully, but these errors were encountered: