fn user_defs_map() -> &'static RwLock<HashMap<CrateNum, HashMap<String, DefSpec>>>Expand description
Per-crate user defs, registered from #[rapx::def_contract] attributes.
Keyed by CrateNum so that defs defined in one crate cannot leak into (or
collide with) another crate analyzed in the same process. A crate’s own
defs shadow builtin defs of the same name.