pub type FileExprTypes = HashMap<PathBuf, Vec<(Span, Ty)>>;Expand description
Project-relative source path → that file’s (expr span, type) entries,
ordered by span (innermost-last within a start, so a containment search can
prefer the tightest match).
Aliased Type§
pub struct FileExprTypes { /* private fields */ }