mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
Minor fix for outpu text formating
This commit is contained in:
parent
e290171397
commit
1d56b80250
@ -75,7 +75,7 @@ interface ExpandedMacro {
|
||||
|
||||
function code_format(expanded: ExpandedMacro): string {
|
||||
let result = `// Recursive expansion of ${expanded.name}! macro\n`;
|
||||
result += '='.repeat(result.length);
|
||||
result += '// ' + '='.repeat(result.length - 3);
|
||||
result += '\n\n';
|
||||
result += expanded.expansion;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user