You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah indeed. But I'm closing this other issue because I took care of it in a recent PR. I basically need to generalize the micro-pass I implemented for it.
When extracting Rust code of the following shape:
We get:
We want to get:
We can easily do so through a micro-pass (there already exists one for array/slice indexing functions: we simply need to improve it).
The text was updated successfully, but these errors were encountered: