Removed parasite yaml file and put explicit lifetimes
This commit is contained in:
parent
89825f2ef5
commit
a16d85bbae
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,7 @@ pub struct Builder<'a, 'll: 'a, 'tcx: 'll, V: 'll = &'ll value::Value> {
|
|||
pub cx: &'a CodegenCx<'ll, 'tcx, V>,
|
||||
}
|
||||
|
||||
impl<V> Drop for Builder<'_, '_, '_, V> {
|
||||
impl<V> Drop for Builder<'a, 'll, 'tcx, V> {
|
||||
fn drop(&mut self) {
|
||||
unsafe {
|
||||
llvm::LLVMDisposeBuilder(&mut *(self.llbuilder as *mut _));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue