Skip to content

Commit

Permalink
Add Debug to MethodCallee
Browse files Browse the repository at this point in the history
This fixes rust-lang#24497
  • Loading branch information
Munksgaard committed Apr 16, 2015
1 parent ac2b6f6 commit 4436ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 4436ade

Please sign in to comment.