Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber
Better error for non const `PartialEq` call generated by `match` Resolves #90237
This commit is contained in:
commit
7ba31b9938
@ -421,7 +421,7 @@ fn codegen_fn_body(fx: &mut FunctionCx<'_, '_, '_>, start_block: Block) {
|
|||||||
target,
|
target,
|
||||||
fn_span,
|
fn_span,
|
||||||
unwind: _,
|
unwind: _,
|
||||||
from_hir_call: _,
|
call_source: _,
|
||||||
} => {
|
} => {
|
||||||
fx.tcx.prof.generic_activity("codegen call").run(|| {
|
fx.tcx.prof.generic_activity("codegen call").run(|| {
|
||||||
crate::abi::codegen_terminator_call(
|
crate::abi::codegen_terminator_call(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user