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
Looping through a HashMap is not deterministic, so the order of the
token vars was not deterministic in the generated tokens.rs, breaking
deterministic builds. Using BTreeMap instead fixes it, as looping
through a BTreeMap happens in key order.
0 commit comments