Add Debug to MethodCallee

This fixes #24497
This commit is contained in:
Philip Munksgaard 2015-04-16 15:58:43 +02:00
parent ac2b6f6066
commit 4436ade8ad

View File

@ -437,7 +437,7 @@ pub struct MethodObject<'tcx> {
pub vtable_index: usize,
}
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct MethodCallee<'tcx> {
pub origin: MethodOrigin<'tcx>,
pub ty: Ty<'tcx>,