Skip to content

Commit 96e912e

Browse files
committed
add link to intrinsic
1 parent 8046502 commit 96e912e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/overview.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,11 @@ Bootstrapping also has implications for when features are usable in the
323323
compiler itself. The build system uses the current beta compiler to build the
324324
stage-1 bootstrapping compiler. This means that the compiler source code can't
325325
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
329331

330332
# Unresolved Questions
331333

0 commit comments

Comments
 (0)