We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23b66b commit 9c7c592Copy full SHA for 9c7c592
src/identifiers.md
@@ -1,7 +1,7 @@
1
# Identifiers in the Compiler
2
3
-If you have read the few previous chapters, you now know that the `rustc` uses
4
-many different intermediate representations to perform different kinds of analysis.
+If you have read the few previous chapters, you now know that `rustc` uses
+many different intermediate representations to perform different kinds of analyses.
5
However, like in every data structure, you need a way to traverse the structure
6
and refer to other elements. In this chapter, you will find information on the
7
different identifiers `rustc` uses for each intermediate representation.
0 commit comments