Thomas Bahn
b05ab18aec
Fix pretty printing an AST representing &(mut ident)
...
`PatKind::Ref(PatKind::Ident(BindingMode::ByValue(Mutability::Mut), ..), ..)`
is an AST representing `&(mut ident)`. It was errorneously printed as
`&mut ident` which reparsed into a syntactically different AST.
This affected help diagnostics in the parser.
2020-12-20 13:11:07 +01:00
..
2020-12-17 11:55:49 -08:00
2020-12-17 11:43:55 +09:00
2020-12-17 17:08:18 +01:00
2020-12-20 13:11:07 +01:00
2020-12-18 15:27:28 -05:00
2020-12-17 16:40:47 +00:00
2020-12-17 11:36:52 +01:00
2020-12-19 15:16:03 +09:00
2020-12-18 15:22:51 -05:00
2020-12-19 07:13:36 -06:00
2020-12-19 04:32:50 +00:00
2020-12-17 11:43:55 +09:00
2020-12-18 15:22:51 -05:00
2020-12-20 07:01:00 +00:00
2020-12-18 22:13:25 +09:00
2020-12-17 15:20:45 -08:00
2020-12-17 11:44:03 +09:00
2020-12-20 07:01:00 +00:00
2020-12-20 07:01:00 +00:00
2020-12-19 19:14:04 +00:00
2020-12-19 07:13:36 -06:00
2020-12-19 04:32:50 +00:00
2020-12-17 20:22:22 +09:00
2020-12-17 11:44:08 +09:00
2020-12-18 16:22:07 +01:00
2020-12-18 15:27:28 -05:00
2020-12-19 16:20:22 +00:00
2020-12-18 15:27:28 -05:00
2020-12-20 07:01:00 +00:00