put `x.py` in ticks

This commit is contained in:
Henry Boisdequin 2021-01-30 14:07:02 +05:30 committed by Tshepang Lekhonkhobe
parent 470d5afe98
commit 21745b2014
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ However, most of the code lives in `src/bootstrap`.
`bootstrap` has a difficult problem: it is written in Rust, but yet it is run `bootstrap` has a difficult problem: it is written in Rust, but yet it is run
before the rust compiler is built! To work around this, there are two before the rust compiler is built! To work around this, there are two
components of bootstrap: the main one written in rust, and `bootstrap.py`. components of bootstrap: the main one written in rust, and `bootstrap.py`.
`bootstrap.py` is what gets run by x.py. It takes care of downloading the `bootstrap.py` is what gets run by `x.py`. It takes care of downloading the
`stage0` compiler, which will then build the bootstrap binary written in `stage0` compiler, which will then build the bootstrap binary written in
Rust. Rust.