mun_hir 0.4.0

Provides high-level intermediate representation of Mun code
Documentation
mod path_resolution;
mod per_ns;

pub use self::per_ns::{Namespace, PerNs};
pub use path_resolution::ReachedFixedPoint;