We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaa48c commit 7b6e906Copy full SHA for 7b6e906
src/librustc/README.txt
@@ -32,8 +32,8 @@ lib/ - bindings to LLVM
32
The files concerned purely with syntax -- that is, the AST, parser,
33
pretty-printer, lexer, macro expander, and utilities for traversing
34
ASTs -- are in a separate crate called "syntax", whose files are in
35
-./../libsyntax if the parent directory of front/, middle/, back/, and
36
-so on is . .
+./../libsyntax, where . is the current directory (that is, the parent
+directory of front/, middle/, back/, and so on).
37
38
The entry-point for the compiler is main() in driver/rustc.rs, and
39
this file sequences the various parts together.
0 commit comments