We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b763f commit f799b3dCopy full SHA for f799b3d
src/building/bootstrapping.md
@@ -209,6 +209,9 @@ The `rustc` generated by the stage0 compiler is linked to the freshly-built
209
so that `rustc` can use features added to std immediately after their addition,
210
without need for them to get into the downloaded beta.
211
212
+Note this is different from any other Rust program: stage1 `rustc`
213
+is built by the _beta_ compiler, but using the _master_ version of libstd!
214
+
215
The only time `rustc` uses `cfg(bootstrap)` is when it adds internal lints
216
that use diagnostic items. This happens very rarely.
217
0 commit comments