Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As of 1.81, `stringify` appears to always insert spaces between tokens, resulting in type names like `std :: io :: File`. Switching to `concat` avoids this issue. Due to the use of `local_inner_macros`, we fully qualify `concat` and `stringify` in the definition of `field_decl_inner`.
- Loading branch information