Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-Simulacrum

Fix typo in bootstrap.py
This commit is contained in:
Dylan DPC 2022-04-19 14:43:15 +02:00 committed by GitHub
commit 9a2d14c39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -817,7 +817,7 @@ class RustBuild(object):
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"