Make set_span take mut self
This commit is contained in:
parent
4cb7ef0f94
commit
3d484481c7
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ pub trait BuilderMethods<'a, 'tcx>:
|
|||
fn build_sibling_block(&self, name: &str) -> Self;
|
||||
fn cx(&self) -> &Self::CodegenCx;
|
||||
fn llbb(&self) -> Self::BasicBlock;
|
||||
fn set_span(&self, span: Span);
|
||||
fn set_span(&mut self, span: Span);
|
||||
|
||||
fn position_at_end(&mut self, llbb: Self::BasicBlock);
|
||||
fn ret_void(&mut self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue