From 5297582ba2e639368fe2ac65036408441cf8a25c Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 12 Aug 2010 10:27:50 -0700 Subject: Add mostly-empty AST module to rustc. --- src/comp/rustc.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/comp/rustc.rc') diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 7b1f9236..87dbc6b4 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -4,6 +4,7 @@ use std; mod fe { + mod ast; mod lexer; mod parser; } -- cgit v1.2.3