[meta] Remove OperandKind::name field and explicitly pass rust_field_name/rust_type; (fixes #1177)
This commit is contained in:
@@ -214,7 +214,7 @@ fn rewrite_expr(
|
||||
.inst()
|
||||
.operands_in
|
||||
.iter()
|
||||
.map(|operand| format!("{}: {}", operand.name, operand.kind.name))
|
||||
.map(|operand| format!("{}: {}", operand.name, operand.kind.rust_type))
|
||||
.collect::<Vec<_>>(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user