aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-04-11 15:35:01 -0400
committerRafael Ávila de Espíndola <[email protected]>2011-04-11 15:35:01 -0400
commitcca6335c26ce3ddacafd3e6079dc56c842856c3c (patch)
tree909b80973fb4aa6b8dd6a486aa6bf207945218dc /src/comp/rustc.rc
parentTry to fix the windows build. (diff)
downloadrust-cca6335c26ce3ddacafd3e6079dc56c842856c3c.tar.xz
rust-cca6335c26ce3ddacafd3e6079dc56c842856c3c.zip
Implement the "attempted dynamic environment-capture" error in rustc.
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 981577ab..8e57ff4d 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -18,6 +18,7 @@ mod middle {
mod fold;
mod metadata;
mod resolve;
+ mod capture;
mod trans;
mod ty;
mod typeck;