aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/lib.rs
blob: 6ccb1106812742eca99d54c036fd0f3107ed2f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
//! `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 db;

pub mod ast_id_map;

pub mod expand;