From c19ea057faed3e4b1abe03c1d760b7741b135e1b Mon Sep 17 00:00:00 2001 From: Damien Grassart Date: Sat, 10 Mar 2012 02:51:38 +0100 Subject: [PATCH] The compiler is now in src/rustc --- src/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.txt b/src/README.txt index 21f38c9001a..61ca2a2329f 100644 --- a/src/README.txt +++ b/src/README.txt @@ -2,7 +2,7 @@ This is preliminary version of the Rust compiler. Source layout: -comp/ The self-hosted compiler +rustc/ The self-hosted compiler cargo/ The package manager