Rustfmt
This commit is contained in:
parent
8e2394874e
commit
5859b9b65d
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ pub fn trans_mono_item<'a, 'tcx: 'a>(
|
||||||
}
|
}
|
||||||
Instance {
|
Instance {
|
||||||
def: InstanceDef::DropGlue(_, _),
|
def: InstanceDef::DropGlue(_, _),
|
||||||
substs: _
|
substs: _,
|
||||||
} => unimpl!("Unimplemented drop glue instance"),
|
} => unimpl!("Unimplemented drop glue instance"),
|
||||||
inst => unimpl!("Unimplemented instance {:?}", inst),
|
inst => unimpl!("Unimplemented instance {:?}", inst),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue