aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-05-13 16:47:37 -0400
committerBrian Anderson <[email protected]>2011-05-13 16:55:37 -0400
commit2f440b1452f79a670d2927abd42f95b79272c5d9 (patch)
tree2f5fd75cd246c649f42437ef26e30caa225e7e73 /src/comp/rustc.rc
parentSlight adjustments to shape, rename to type_glue.rs. (diff)
downloadrust-2f440b1452f79a670d2927abd42f95b79272c5d9.tar.xz
rust-2f440b1452f79a670d2927abd42f95b79272c5d9.zip
rustc: lowercase the link and link::write modules
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index a0fb45c4..47682235 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -39,7 +39,7 @@ mod front {
}
mod back {
- mod Link;
+ mod link;
mod abi;
mod upcall;
mod x86;