Implement super let
.
This commit is contained in:
parent
9e14530c7c
commit
3123df8ef0
13 changed files with 126 additions and 48 deletions
|
@ -1336,6 +1336,9 @@ impl<'a> State<'a> {
|
|||
self.print_outer_attributes(&loc.attrs);
|
||||
self.space_if_not_bol();
|
||||
self.ibox(INDENT_UNIT);
|
||||
if loc.super_.is_some() {
|
||||
self.word_nbsp("let");
|
||||
}
|
||||
self.word_nbsp("let");
|
||||
|
||||
self.ibox(INDENT_UNIT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue