mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Docs
This commit is contained in:
parent
a58db5712f
commit
d157812cd1
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
//! FIXME: write short doc here
|
//! Defines `Body`: a lowered representation of bodies of functions, statics and
|
||||||
|
//! consts.
|
||||||
mod lower;
|
mod lower;
|
||||||
pub mod scope;
|
pub mod scope;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
//! FIXME: write short doc here
|
//! Transforms `ast::Expr` into an equivalent `hir_def::expr::Expr`
|
||||||
|
//! representation.
|
||||||
|
|
||||||
use hir_expand::{
|
use hir_expand::{
|
||||||
either::Either,
|
either::Either,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue