mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix recently-broken lval formatter.
This commit is contained in:
@@ -874,6 +874,8 @@ and fmt_lval (ff:Format.formatter) (l:lval) : unit =
|
||||
fmt ff ".";
|
||||
fmt_name_component ff nc
|
||||
| COMP_atom a ->
|
||||
fmt_lval ff lv;
|
||||
fmt ff ".";
|
||||
fmt_bracketed "(" ")" fmt_atom ff a;
|
||||
| COMP_deref ->
|
||||
fmt ff "*";
|
||||
|
||||
Reference in New Issue
Block a user