mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
fix indentation
This commit is contained in:
@@ -44,9 +44,9 @@ pub struct InterpretCx<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> {
|
||||
|
||||
/// A cache for deduplicating vtables
|
||||
pub(super) vtables: FxHashMap<
|
||||
(Ty<'tcx>, Option<ty::PolyExistentialTraitRef<'tcx>>),
|
||||
Pointer<M::PointerTag>
|
||||
>,
|
||||
(Ty<'tcx>, Option<ty::PolyExistentialTraitRef<'tcx>>),
|
||||
Pointer<M::PointerTag>
|
||||
>,
|
||||
}
|
||||
|
||||
/// A stack frame.
|
||||
|
||||
Reference in New Issue
Block a user