Skip to content

Commit 82fcd39

Browse files
committed
Rollup merge of rust-lang#24499 - Munksgaard:methodcallee-debug, r=alexcrichton
This fixes rust-lang#24497
2 parents bd6d551 + 4436ade commit 82fcd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustc/middle/ty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ pub struct MethodObject<'tcx> {
437437
pub vtable_index: usize,
438438
}
439439

440-
#[derive(Clone)]
440+
#[derive(Clone, Debug)]
441441
pub struct MethodCallee<'tcx> {
442442
pub origin: MethodOrigin<'tcx>,
443443
pub ty: Ty<'tcx>,

0 commit comments

Comments
 (0)