Skip to content

Instantly share code, notes, and snippets.

@geofft
geofft / main.rs
Last active August 29, 2015 14:20 — forked from alexcrichton/main.rs
#![allow(unused_must_use)]
//extern crate debug;
extern crate syntax;
extern crate rustc;
extern crate rustc_driver;
extern crate rustc_typeck;
extern crate rustc_resolve;
//extern crate collections;