We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb805f commit 31fe570Copy full SHA for 31fe570
sdk/macro/src/lib.rs
@@ -198,6 +198,10 @@ impl Parse for RespanInput {
198
respan_using: ident.span(),
199
})
200
}
201
+ TokenTree::Ident(i) => Ok(RespanInput {
202
+ to_respan,
203
+ respan_using: i.span(),
204
+ }),
205
val => Err(syn::Error::new_spanned(
206
val,
207
"expected None-delimited group",
0 commit comments