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 has been archived by the owner on Oct 6, 2024. It is now read-only.
I have a similar problem with . and ::
How can I join the identifier $self to attribute to obtain $self.attribute? Becuase . is interpreted as special character not as a single char of a string
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.The text was updated successfully, but these errors were encountered: