From da8b6795c72b7b6e307e51bbb41b1b04be8a8768 Mon Sep 17 00:00:00 2001 From: Dave Herman Date: Thu, 21 Oct 2010 07:36:13 -0700 Subject: tests and bugfixes: fns take aliases, fixed binary arithmetic in create, eliminated wasted bit per uint --- src/comp/driver/rustc.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/comp/driver') diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index 69030f3c..147d5dff 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -5,8 +5,12 @@ import front.token; import middle.trans; import middle.resolve; +import util.bits; + io fn main(vec[str] args) { + bits.test(); + log "This is the rust 'self-hosted' compiler."; log "The one written in rust."; log "It does nothing yet, it's a placeholder."; -- cgit v1.2.3