rust/src/lib.rs

8 lines
115 B
Rust
Raw Normal View History

#![feature(rustc_private)]
extern crate rustc;
extern crate rustc_mir;
extern crate syntax;
pub mod interpreter;