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
feat(rust)!: use path in generated export! macro instead of ident
Changes the generated `export!` macro to accept a `$ty:path` instead of
`$ty:ident` for more flexibility.
Requires the `with_types_in` separator to be changed to
`, with_types_in`, since a `path` cannot be followed by an ident in
macros.
0 commit comments