pub type FileLocals = HashMap<PathBuf, Vec<LocalBinding>>;
Project-relative source path → that file’s local bindings, in source order.
pub struct FileLocals { /* private fields */ }