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
Take this example: <div>The count is {count}</div>
I would expect the first child of the div element node to be an unquoted text node with the following content: "The count is ", but instead is: "The count is" (lacking the trailing space).
The text was updated successfully, but these errors were encountered:
@bram209 can you add more details:
I am interested is Span::join is available for rstml.
(Are you using stable or nightly, with proc-macro::TokenStream or only with proc-macro2)
Hi, I am not inside a proc macro, so using proc_macro2 and nightly.
I am busy at the moment, but will try to check later tonigth and provide additional info
Take this example:
<div>The count is {count}</div>
I would expect the first child of the div element node to be an unquoted text node with the following content: "The count is ", but instead is: "The count is" (lacking the trailing space).
The text was updated successfully, but these errors were encountered: