diff options
| author | Michael Woerister <michaelwoerister@posteo.net> | 2015-11-24 14:35:34 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo.net> | 2015-11-30 10:03:33 +0100 |
| commit | f28a4e93b44aeaacdc9c03d50f6c9986aa998ba2 (patch) | |
| tree | 68b473aded71c194511dabd87cf67285cee81c1d /src/librustc/lib.rs | |
| parent | bbe1d28496c194afce54f5a2c3a83140bf4bb3a7 (diff) | |
| download | rust-f28a4e93b44aeaacdc9c03d50f6c9986aa998ba2.tar.gz rust-f28a4e93b44aeaacdc9c03d50f6c9986aa998ba2.zip | |
Also move the MIR visitor to librustc.
Diffstat (limited to 'src/librustc/lib.rs')
| -rw-r--r-- | src/librustc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index d75a4495a0e..8b69767eee0 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -139,6 +139,7 @@ pub mod middle { pub mod mir { pub mod repr; pub mod tcx; + pub mod visit; } pub mod session; |
