Remove in_band_lifetimes
from rustc_mir_dataflow
See #91867 for more information.
This commit is contained in:
parent
1d01550f7e
commit
fed881aafc
13 changed files with 70 additions and 60 deletions
|
@ -17,7 +17,7 @@ impl MaybeStorageLive {
|
|||
}
|
||||
}
|
||||
|
||||
impl crate::AnalysisDomain<'tcx> for MaybeStorageLive {
|
||||
impl<'tcx> crate::AnalysisDomain<'tcx> for MaybeStorageLive {
|
||||
type Domain = BitSet<Local>;
|
||||
|
||||
const NAME: &'static str = "maybe_storage_live";
|
||||
|
@ -39,7 +39,7 @@ impl crate::AnalysisDomain<'tcx> for MaybeStorageLive {
|
|||
}
|
||||
}
|
||||
|
||||
impl crate::GenKillAnalysis<'tcx> for MaybeStorageLive {
|
||||
impl<'tcx> crate::GenKillAnalysis<'tcx> for MaybeStorageLive {
|
||||
type Idx = Local;
|
||||
|
||||
fn statement_effect(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue