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
{{ message }}
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
In dtolnay/cargo-expand#11 I need to be able to take a source file as a syn::File and transitively expand every mod m; into mod m { ... } with its contents drawn from the right file.