Add Debug to MethodCallee

This fixes #24497
This commit is contained in:
Philip Munksgaard 2015-04-16 15:58:43 +02:00 committed by Steve Klabnik
parent 16b60cf003
commit 35a4100af0

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>,