Fix spans
This commit is contained in:
parent
0f7f3f4045
commit
3273ccea4b
11 changed files with 36 additions and 36 deletions
|
@ -842,7 +842,7 @@ impl<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> FunctionCx<'a, 'tcx, Bx> {
|
|||
ty::ParamEnv::reveal_all(),
|
||||
def_id,
|
||||
args,
|
||||
Some(fn_span),
|
||||
fn_span,
|
||||
)
|
||||
.polymorphize(bx.tcx()),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue