This commit is contained in:
Aleksey Kladov 2019-11-24 20:39:48 +03:00
parent a58db5712f
commit d157812cd1
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
//! FIXME: write short doc here
//! Defines `Body`: a lowered representation of bodies of functions, statics and
//! consts.
mod lower;
pub mod scope;

View File

@ -1,4 +1,5 @@
//! FIXME: write short doc here
//! Transforms `ast::Expr` into an equivalent `hir_def::expr::Expr`
//! representation.
use hir_expand::{
either::Either,