We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1983b commit 5d3ce76Copy full SHA for 5d3ce76
src/building/bootstrapping.md
@@ -130,7 +130,7 @@ This is a detailed look into the separate bootstrap stages.
130
131
The convention `x.py` uses is that:
132
- A `--stage N` flag means to run the stage N compiler (`stageN/rustc`).
133
-- A "stage N artifact" is an artifact that is _produced_ by the stage N compiler.
+- A "stage N artifact" is a build artifact that is _produced_ by the stage N compiler.
134
- The "stage (N+1) compiler" is assembled from "stage N artifacts". This
135
process is called _uplifting_.
136
0 commit comments