mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-07 18:58:51 +00:00
8 lines
262 B
Rust
8 lines
262 B
Rust
|
//! `ra_hir_def` contains initial "phases" of the compiler. Roughly, everything
|
||
|
//! before types.
|
||
|
//!
|
||
|
//! Note that we are in the process of moving parts of `ra_hir` into
|
||
|
//! `ra_hir_def`, so this crates doesn't contain a lot at the moment.
|
||
|
|
||
|
pub mod ast_id_map;
|