From: Arthur Cohen
gcc/rust/ChangeLog:
* util/rust-lang-item.h: Add Sync marker trait.
* util/rust-lang-item.cc: Likewise.
---
gcc/rust/util/rust-lang-item.cc | 1 +
gcc/rust/util/rust-lang-item.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/gcc/rust/util/rust-lang-ite
From: Owen Avery
gcc/rust/ChangeLog:
* resolve/rust-late-name-resolver-2.0.cc
(Late::visit): Call DefaultResolver::visit when visiting
TypePath.
gcc/testsuite/ChangeLog:
* rust/compile/nr2/exclude: Remove entries.
Signed-off-by: Owen Avery
---
gcc/rust/resolv
From: Owen Avery
gcc/rust/ChangeLog:
* resolve/rust-toplevel-name-resolver-2.0.cc
(TopLevel::visit): Insert a definition for Self when visiting
InherentImpl and TraitImpl instances.
* resolve/rust-toplevel-name-resolver-2.0.h
(TopLevel::visit): Add visitor
Hi Thomas!
Thanks for testing that commit. I think a partial revert is not
necessary, as I'm currently
working on our milestone to make all Rust code compile with a Rust
1.49 toolchain.
I think pushing a partial revert upstream would just create some
confusion when the
correct version of the code
Hi!
On 2025-03-17T16:33:34+0100, arthur.co...@embecosm.com wrote:
> From: Kushal Pal
>
> libgrust/ChangeLog:
>
> * libformat_parser/Cargo.toml:
> Used crate-type instead of depricated crate_type.
> * libformat_parser/generic_format_parser/src/lib.rs:
> Remove dead code.
>