aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-03-10 21:33:53 -0500
committerRafael Ávila de Espíndola <[email protected]>2011-03-10 21:33:53 -0500
commit0117cf2fc27354e55bcb1c1f0ede97d9ac92f02d (patch)
treed6fda217865bdc2d8b08f1b8b6e5b2841361f74e /src/comp/front
parentHelp extinguish fires. (diff)
downloadrust-0117cf2fc27354e55bcb1c1f0ede97d9ac92f02d.tar.xz
rust-0117cf2fc27354e55bcb1c1f0ede97d9ac92f02d.zip
Handle resolving to native modules.
Diffstat (limited to 'src/comp/front')
-rw-r--r--src/comp/front/ast.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs
index 584586f6..05daf5ee 100644
--- a/src/comp/front/ast.rs
+++ b/src/comp/front/ast.rs
@@ -29,6 +29,7 @@ tag def {
def_obj(def_id);
def_obj_field(def_id);
def_mod(def_id);
+ def_native_mod(def_id);
def_const(def_id);
def_arg(def_id);
def_local(def_id);