]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Corrected access specifiers
authorKushal Pal <kushalpal109@gmail.com>
Mon, 27 May 2024 03:16:03 +0000 (03:16 +0000)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:29 +0000 (16:35 +0100)
commit3cf827ad4b97aadb2f6730bfc06794ff7a07f9de
tree15d62baf206e251747a78488904669677213461f
parent47ef813d849ed57f876364857b00cd8cb6bbe2ed
gccrs: Corrected access specifiers

gcc/rust/ChangeLog:

* ast/rust-expr.h (class OperatorExpr):
Location should be private.
* hir/tree/rust-hir-expr.h (class OperatorExpr): Likewise.

Signed-off-by: Kushal Pal <kushalpal109@gmail.com>
gcc/rust/ast/rust-expr.h
gcc/rust/hir/tree/rust-hir-expr.h