Skip to content

Commit

Permalink
Rollup merge of rust-lang#24499 - Munksgaard:methodcallee-debug, r=al…
Browse files Browse the repository at this point in the history
…excrichton

This fixes rust-lang#24497
  • Loading branch information
steveklabnik committed Apr 16, 2015
2 parents bd6d551 + 4436ade commit 82fcd39
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 82fcd39

Please sign in to comment.