parent
16b60cf003
commit
35a4100af0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue