From b970563fe3f36853250f4cef65a8425431789e8b Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 29 Sep 2010 17:22:07 -0700 Subject: Patchwork of attempted fixes to effect system and gc system; eventually give up and disable it entirely in the runtime. Will need extensive reworking. --- src/comp/driver/rustc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/driver') diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index e3eb10cf..b9e4aef1 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -4,7 +4,7 @@ import front.parser; import front.token; import middle.trans; -fn main(vec[str] args) { +io fn main(vec[str] args) { log "This is the rust 'self-hosted' compiler."; log "The one written in rust."; -- cgit v1.2.3