File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -323,9 +323,11 @@ Bootstrapping also has implications for when features are usable in the
323
323
compiler itself. The build system uses the current beta compiler to build the
324
324
stage-1 bootstrapping compiler. This means that the compiler source code can't
325
325
use some features until they reach beta (because otherwise the beta compiler
326
- doesn't support them). On the other hand, for compiler intrinsics and internal
327
- features, we may be able to use them immediately because the stage-1
328
- bootstrapping compiler will support them.
326
+ doesn't support them). On the other hand, for [ compiler intrinsics] [ intrinsics ]
327
+ and internal features, we may be able to use them immediately because the
328
+ stage-1 bootstrapping compiler will support them.
329
+
330
+ [ intrinsics ] : ./appendix/glossary.md#intrinsic
329
331
330
332
# Unresolved Questions
331
333
You can’t perform that action at this time.
0 commit comments