kill old module

This commit is contained in:
Aleksey Kladov 2019-01-06 15:16:21 +03:00
parent 3c2cb89087
commit 9cb02fd931
7 changed files with 67 additions and 234 deletions

View file

@ -56,6 +56,8 @@ pub use self::{
pub use self::function::FnSignatureInfo;
pub use self::code_model_api::Module;
pub enum Def {
Module(Module),
Function(Function),