diff options
Diffstat (limited to 'gcc/rust/hir/rust-ast-lower-struct-field-expr.h')
-rw-r--r-- | gcc/rust/hir/rust-ast-lower-struct-field-expr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/hir/rust-ast-lower-struct-field-expr.h b/gcc/rust/hir/rust-ast-lower-struct-field-expr.h index d0ee699..b5f4909 100644 --- a/gcc/rust/hir/rust-ast-lower-struct-field-expr.h +++ b/gcc/rust/hir/rust-ast-lower-struct-field-expr.h @@ -36,8 +36,8 @@ public: field.accept_vis (compiler); rust_assert (compiler.translated != nullptr); - compiler.mappings->insert_hir_struct_field (compiler.translated); - compiler.mappings->insert_location ( + compiler.mappings.insert_hir_struct_field (compiler.translated); + compiler.mappings.insert_location ( compiler.translated->get_mappings ().get_hirid (), field.get_locus ()); return compiler.translated; |