Skip to content

Commit 3eb2844

Browse files
compiler-errorsGuillaumeGomez
authored andcommitted
Give Instance::expect_resolve a span
1 parent 2cc32ba commit 3eb2844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ impl<'gcc, 'tcx> MiscMethods<'tcx> for CodegenCx<'gcc, 'tcx> {
494494
ty::ParamEnv::reveal_all(),
495495
def_id,
496496
ty::List::empty(),
497+
None,
497498
);
498499

499500
let symbol_name = tcx.symbol_name(instance).name;

0 commit comments

Comments
 (0)