Skip to content

Commit 2bf839e

Browse files
committed
Don't require LintStore to live for 'a in configure_and_expand_inner
1 parent cf1f92a commit 2bf839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/passes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ fn pre_expansion_lint(
271271

272272
fn configure_and_expand_inner<'a>(
273273
sess: &'a Session,
274-
lint_store: &'a LintStore,
274+
lint_store: &LintStore,
275275
mut krate: ast::Crate,
276276
crate_name: &str,
277277
resolver_arenas: &'a ResolverArenas<'a>,

0 commit comments

Comments
 (0)