We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08838d9 commit b5ac6dbCopy full SHA for b5ac6db
src/building/bootstrapping.md
@@ -195,6 +195,9 @@ The `rustc` generated by the stage0 compiler is linked to the freshly-built
195
so that `rustc` can use features added to std immediately after their addition,
196
without need for them to get into the downloaded beta.
197
198
+The only time `rustc` uses `cfg(bootstrap)` is when it adds internal lints
199
+that use diagnostic items. This happens very rarely.
200
+
201
### Directories and artifacts generated by x.py
202
203
The following tables indicate the outputs of various stage actions:
0 commit comments