mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 20:47:48 +00:00
8 lines
115 B
Rust
8 lines
115 B
Rust
![]() |
#![feature(rustc_private)]
|
||
|
|
||
|
extern crate rustc;
|
||
|
extern crate rustc_mir;
|
||
|
extern crate syntax;
|
||
|
|
||
|
pub mod interpreter;
|