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
Yup, this works, but then tt.token_trees[0] two lines below will point to the :: token instead. I couldn't figure out if quote! supports a Subtree or we need some other way of splicing the whole thing in the expansions.
Uh oh!
There was an error while loading. Please reload this page.
Reproduction code
Demo
Other reproductions
The real use case where this happened is in a reexport in our library that wraps the
rusoto
AWS SDK:So reexport of modules
as core
also suffer from the same problem.Meta
rust-analyzer version: rust-analyzer version: 0.3.1277-standalone
rustc version: rustc 1.64.0 (a55dd71d5 2022-09-19)
The text was updated successfully, but these errors were encountered: