From 114a2c847985efb1578dc65a4f0c01266bcc574a Mon Sep 17 00:00:00 2001 From: isaacaggrey Date: Mon, 19 Nov 2012 21:23:38 -0800 Subject: [PATCH] Updated Note rustc hacking guide back end (markdown) --- Note-rustc-hacking-guide---back-end.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-rustc-hacking-guide---back-end.md b/Note-rustc-hacking-guide---back-end.md index 7101f6e..aa01ebd 100644 --- a/Note-rustc-hacking-guide---back-end.md +++ b/Note-rustc-hacking-guide---back-end.md @@ -1 +1 @@ -The back end includes files that handle linking, name mangling, and the ABI. It lives in ```src/rustc/back```. \ No newline at end of file +The back end includes files that handle linking, name mangling, and the ABI. It lives in ```src/librustc/back```. \ No newline at end of file