From 4fa79381341b58a7b7edeca3200a7e9a964d83e9 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 16 May 2013 10:25:38 +0200 Subject: [PATCH] main() is probably the one in ./../librust/rust.rc --- src/librustc/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/README.txt b/src/librustc/README.txt index 487a7927d279d..53c55b6cf411f 100644 --- a/src/librustc/README.txt +++ b/src/librustc/README.txt @@ -35,7 +35,7 @@ ASTs -- are in a separate crate called "syntax", whose files are in ./../libsyntax, where . is the current directory (that is, the parent directory of front/, middle/, back/, and so on). -The entry-point for the compiler is main() in driver/rustc.rs, and +The entry-point for the compiler is main() in ./../librust/rust.rc, and this file sequences the various parts together.