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
Currently this lib support dash separated idents as element name, and key of the attribute.
but in rust token stream there is no differences between (foo-bar) and (foo - bar with spaces).
Second one is look like an expression, instead of ident.
If source_text is available we can detect this, and report error for user.
The text was updated successfully, but these errors were encountered:
Currently this lib support dash separated idents as element name, and key of the attribute.
but in rust token stream there is no differences between (
foo-bar
) and (foo - bar
with spaces).Second one is look like an expression, instead of ident.
If
source_text
is available we can detect this, and report error for user.The text was updated successfully, but these errors were encountered: