Use anonymous lifetimes where possible
This commit is contained in:
parent
1bee110d95
commit
2a20cc0b94
17 changed files with 134 additions and 150 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
use crate::prelude::*;
|
||||
|
||||
pub fn maybe_codegen<'a, 'tcx>(
|
||||
fx: &mut FunctionCx<'a, 'tcx, impl Backend>,
|
||||
pub fn maybe_codegen<'tcx>(
|
||||
fx: &mut FunctionCx<'_, 'tcx, impl Backend>,
|
||||
bin_op: BinOp,
|
||||
checked: bool,
|
||||
lhs: CValue<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue