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
I would prefer not to add new special syntax in this crate for this operation. But, you're free to make your own quasiquoting macro crate that is more fully featured.
Far too often I find myself having a
String
with the needed identifier:Is there a way
quote!
can support direct usage of strings as identifiers, e.g.or
The text was updated successfully, but these errors were encountered: