diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-08-25 14:33:36 +0200 |
---|---|---|
committer | P-E-P <32375388+P-E-P@users.noreply.github.com> | 2024-03-26 17:35:02 +0000 |
commit | fd2ec3a52bba6f0232451143eecf19a3933f6ee0 (patch) | |
tree | 95989a974ac7d576fcd84b4e9191abc4eff63ca4 /gcc/rust/backend/rust-compile-context.h | |
parent | a8b5f28aec56f355fe2db1e65d1cb380374f9ce2 (diff) | |
download | gcc-fd2ec3a52bba6f0232451143eecf19a3933f6ee0.zip gcc-fd2ec3a52bba6f0232451143eecf19a3933f6ee0.tar.gz gcc-fd2ec3a52bba6f0232451143eecf19a3933f6ee0.tar.bz2 |
backend: Use new name resolver where necessary
gcc/rust/ChangeLog:
* backend/rust-compile-base.cc: Use new ImmutableNrCtx.
* backend/rust-compile-context.h: Likewise.
* backend/rust-compile-expr.cc: Likewise.
* backend/rust-compile-item.cc: Likewise.
Diffstat (limited to 'gcc/rust/backend/rust-compile-context.h')
-rw-r--r-- | gcc/rust/backend/rust-compile-context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/backend/rust-compile-context.h b/gcc/rust/backend/rust-compile-context.h index 36a36e7..671aee1 100644 --- a/gcc/rust/backend/rust-compile-context.h +++ b/gcc/rust/backend/rust-compile-context.h @@ -27,6 +27,7 @@ #include "rust-hir-full.h" #include "rust-mangle.h" #include "rust-tree.h" +#include "rust-immutable-name-resolution-context.h" namespace Rust { namespace Compile { |