diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-04-11 15:35:01 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-04-11 15:35:01 -0400 |
| commit | cca6335c26ce3ddacafd3e6079dc56c842856c3c (patch) | |
| tree | 909b80973fb4aa6b8dd6a486aa6bf207945218dc /src/comp/rustc.rc | |
| parent | Try to fix the windows build. (diff) | |
| download | rust-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.rc | 1 |
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; |