]> git.ipfire.org Git - thirdparty/gcc.git/commit
Improve error messages for operator expressions
authorAntonio Gomes <antoniospg100@gmail.com>
Sun, 14 Jul 2024 04:45:24 +0000 (01:45 -0300)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Wed, 17 Jul 2024 11:41:19 +0000 (11:41 +0000)
commit5f001bab74ab079b03694191aaf342edf1c18b86
treeaa54fe5c5540fcb267f997f51ef591612ebe19c9
parentc1ba8985c6599a8cde5c9462e38515f29e54f69e
Improve error messages for operator expressions

gcc/rust/ChangeLog:
* hir/tree/rust-hir-expr.h: Add new get_operator_str method in
ArithmeticOrLogicalExpr and CompoundAssignmentExpr
* hir/tree/rust-hir.cc: Likewise
* typecheck/rust-hir-type-check-expr.cc: Improve error message for
operator expressions to display the correct operator symbol

gcc/testsuite/ChangeLog:
* rust/compile/shadow1.rs: Fix test for new error message

Signed-off-by: Antonio Gomes <antoniospg100@gmail.com>
gcc/rust/hir/tree/rust-hir-expr.h
gcc/rust/hir/tree/rust-hir.cc
gcc/rust/typecheck/rust-hir-type-check-expr.cc
gcc/testsuite/rust/compile/shadow1.rs