Give Instance::expect_resolve a span
This commit is contained in:
parent
d3a742bde9
commit
9dc129ae82
9 changed files with 38 additions and 12 deletions
|
@ -842,6 +842,7 @@ impl<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> FunctionCx<'a, 'tcx, Bx> {
|
|||
ty::ParamEnv::reveal_all(),
|
||||
def_id,
|
||||
args,
|
||||
Some(fn_span),
|
||||
)
|
||||
.polymorphize(bx.tcx()),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue