Files
rust/src
Ayaz Hafiz a15800a327 Preserve and format type aliases in extern blocks
Previously, non-trivial type aliases in extern blocks were dropped by
rustfmt because only the type alias name would be passed to a rewritter.
This commit fixes that by passing all type information (generics,
bounds, and assignments) to a type alias rewritter, and consolidates
`rewrite_type_alias` and `rewrite_associated_type` as one function.
2020-10-01 19:12:22 -05:00
..
2020-09-04 19:01:18 -05:00
2020-09-23 00:45:18 -05:00
2020-09-23 00:45:18 -05:00
2020-06-27 13:15:54 -05:00
2020-09-23 00:45:18 -05:00
2020-06-11 23:29:51 -05:00
2019-08-16 11:14:53 +09:00
2020-09-04 19:01:18 -05:00
2019-05-09 20:37:51 +02:00
2020-09-23 00:45:18 -05:00
2019-05-09 20:37:51 +02:00
2020-03-26 21:25:34 -05:00
2020-09-23 00:45:18 -05:00
2020-03-26 21:25:34 -05:00
2020-09-04 19:01:18 -05:00
2020-09-04 19:01:18 -05:00
2019-09-08 23:33:21 +09:00
2020-03-26 21:25:34 -05:00
2020-09-23 00:45:18 -05:00
2020-03-26 21:25:34 -05:00
2020-07-09 23:15:08 -05:00
2020-09-23 00:45:18 -05:00