remove and bless
This commit is contained in:
parent
f1c5f34f76
commit
4d4b0f140f
3 changed files with 2 additions and 10 deletions
|
@ -1180,10 +1180,6 @@ impl<'tcx> LocalDecl<'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn temp(mut self) {
|
||||
self.local_info = Some(Box::new(LocalInfo::Temp));
|
||||
}
|
||||
|
||||
/// Converts `self` into same `LocalDecl` except tagged as internal.
|
||||
#[inline]
|
||||
pub fn internal(mut self) -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue