This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/rust/master in repository gcc.
from 75ef9fd3ffc Lower raw string literals new 510b73dc40f testsuite: Add more testcases for cfg() in core new 46ed038945b Fix validation of constant items new 65574f04d69 gccrs: fix unconstrained infer vars on generic associated type new b322656cdc0 Fix core library test with proper canonical path
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/rust/checks/errors/rust-ast-validation.cc | 2 +- gcc/rust/typecheck/rust-hir-trait-reference.h | 7 +++---- gcc/rust/typecheck/rust-hir-trait-resolve.cc | 8 ++++---- gcc/rust/typecheck/rust-hir-type-check-path.cc | 4 ++-- gcc/testsuite/rust/compile/cfg-core1.rs | 12 ++++++++++++ gcc/testsuite/rust/compile/cfg-core2.rs | 12 ++++++++++++ gcc/testsuite/rust/compile/issue-2905-2.rs | 8 ++++---- gcc/testsuite/rust/compile/issue-3242.rs | 1 - gcc/testsuite/rust/compile/issue-3541-1.rs | 5 +++++ gcc/testsuite/rust/compile/issue-3541-2.rs | 3 +++ 10 files changed, 46 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/rust/compile/cfg-core1.rs create mode 100644 gcc/testsuite/rust/compile/cfg-core2.rs create mode 100644 gcc/testsuite/rust/compile/issue-3541-1.rs create mode 100644 gcc/testsuite/rust/compile/issue-3541-2.rs