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
{{ message }}
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
Paste will produce a keyword instead of an identifier in some cases:
Note that fixing this would be a breaking change as currently paste could be (ab)used to remove the
r#from raw idents (say, forstringify!).Maybe it's also worth thinking about whether, for example,
paste!{ [< loop >] }should produce a raw identifier, rather than a keyword.