Remove in_band_lifetimes
from rustc_incremental
This commit is contained in:
parent
8f117a77d0
commit
5e22500754
4 changed files with 7 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue