rust-analyzer/crates/ra_hir_ty/src/lib.rs

5 lines
109 B
Rust
Raw Normal View History

2019-11-26 12:40:55 +00:00
//! Work in Progress: everything related to types, type inference and trait
//! solving.
2019-11-26 11:35:23 +00:00
pub mod primitive;