Remove in_band_lifetimes
from rustc_codegen_ssa
See #91867 for more information.
This commit is contained in:
parent
d594910a2d
commit
eaf39cbd9e
8 changed files with 16 additions and 17 deletions
|
@ -47,7 +47,7 @@ pub struct OperandRef<'tcx, V> {
|
|||
pub layout: TyAndLayout<'tcx>,
|
||||
}
|
||||
|
||||
impl<V: CodegenObject> fmt::Debug for OperandRef<'tcx, V> {
|
||||
impl<V: CodegenObject> fmt::Debug for OperandRef<'_, V> {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f, "OperandRef({:?} @ {:?})", self.val, self.layout)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue