From 3e613c1648141ac757d1f0608ad845686ebbe97e Mon Sep 17 00:00:00 2001 From: Rafael Avila de Espindola Date: Mon, 7 Feb 2011 15:07:27 -0500 Subject: Add native modules to resolve. With this hello world gets to typecheck. --- src/comp/front/ast.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/comp/front') diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index 1220d6ab..5f315e58 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -36,6 +36,8 @@ tag def { def_ty_arg(def_id); def_binding(def_id); def_use(def_id); + def_native_ty(def_id); + def_native_fn(def_id); } type crate = spanned[crate_]; -- cgit v1.2.3