diff options
| author | Peter Jaszkowiak <p.jaszkow@gmail.com> | 2021-12-13 21:49:21 -0700 |
|---|---|---|
| committer | Peter Jaszkowiak <p.jaszkow@gmail.com> | 2021-12-13 21:52:01 -0700 |
| commit | 5e22500754913f55d6dcba34707b6a442c05bcc7 (patch) | |
| tree | 1f5235b0432804812de1351a0122e69503691080 /compiler/rustc_incremental/src/assert_module_sources.rs | |
| parent | 8f117a77d0880ed59afcc1a19c72ec5c1e44b97c (diff) | |
| download | rust-5e22500754913f55d6dcba34707b6a442c05bcc7.tar.gz rust-5e22500754913f55d6dcba34707b6a442c05bcc7.zip | |
Remove `in_band_lifetimes` from `rustc_incremental`
Diffstat (limited to 'compiler/rustc_incremental/src/assert_module_sources.rs')
| -rw-r--r-- | compiler/rustc_incremental/src/assert_module_sources.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/assert_module_sources.rs b/compiler/rustc_incremental/src/assert_module_sources.rs index 2cf8f9b08e1..b5974f8fb76 100644 --- a/compiler/rustc_incremental/src/assert_module_sources.rs +++ b/compiler/rustc_incremental/src/assert_module_sources.rs @@ -56,7 +56,7 @@ struct AssertModuleSource<'tcx> { available_cgus: BTreeSet<String>, } -impl AssertModuleSource<'tcx> { +impl<'tcx> AssertModuleSource<'tcx> { fn check_attr(&self, attr: &ast::Attribute) { let (expected_reuse, comp_kind) = if attr.has_name(sym::rustc_partition_reused) { (CguReuse::PreLto, ComparisonKind::AtLeast) |
