fix naming

This commit is contained in:
Folkert 2021-04-03 21:23:40 +02:00
parent 220c8b1a73
commit f73be5d4a0
2 changed files with 3 additions and 2 deletions

View file

@ -396,7 +396,7 @@ pub fn build_compare_wrapper<'a, 'ctx, 'env>(
let block = env.builder.get_insert_block().expect("to be in a function");
let di_location = env.builder.get_current_debug_location().unwrap();
let symbol = Symbol::COMPARE_REF;
let symbol = Symbol::GENERIC_COMPARE_REF;
let fn_name = layout_ids
.get(symbol, &layout)
.to_symbol_string(symbol, &env.interns);