pub fn unerased_lint_store(sess: &Session) -> &LintStore
Extract the LintStore from [Session].
LintStore
Session
This function exists because [Session::lint_store] is type-erased.
Session::lint_store