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
MacroTools turns `(a[i] = b;)` into `a[i] = b`.
We don't want that in @mt_out_of_order, since the user's intent would be
to run `(a[i] = b;)` in parallel, not just `b`.
0 commit comments