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
rust: macros: versions: Make <foo> parsing stricter
This was previously breaking the init!() macros which use <- as part of
their syntax (and would've also broken operators like <). Restrict the
angle bracket nesting parsing to only start after ::, unless we're in a
struct definition.
Signed-off-by: Asahi Lina <[email protected]>
0 commit comments