From 2fb09eb58569f5a0e5544c6256173d4b6b8ffcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Fri, 7 Jan 2011 17:38:13 -0500 Subject: Add sufficient import support to compile some simple single-crate programs. This is likely not the final solution. It does repetitive work and doesn't produce errors for invalid but unused imports. In any case, I think it is a useful step. --- src/comp/front/ast.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/comp/front') diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index fff7b24c..5dc0c4d2 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -36,7 +36,6 @@ tag def { def_ty_arg(def_id); def_binding(def_id); def_use(def_id); - def_import(def_id); } type crate = spanned[crate_]; -- cgit v1.2.3