Skip to content

Commit

Permalink
Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Fix typo in bootstrap.py
  • Loading branch information
Dylan-DPC authored Apr 19, 2022
2 parents ab59516 + 1433bfd commit 9a2d14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def rustfmt_stamp(self):
return os.path.join(self.bin_root(True), '.rustfmt-stamp')

def llvm_stamp(self):
"""Return the path for .rustfmt-stamp
"""Return the path for .llvm-stamp
>>> rb = RustBuild()
>>> rb.build_dir = "build"
Expand Down

0 comments on commit 9a2d14c

Please sign in to comment.