]> git.ipfire.org Git - thirdparty/gcc.git/commit
Corrected access specifiers
authorKushal Pal <kushalpal109@gmail.com>
Mon, 27 May 2024 03:16:03 +0000 (03:16 +0000)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 28 May 2024 11:08:52 +0000 (11:08 +0000)
commit9ade15d37ee0b09270fe0d0fbc9b000c943f2614
treed0c1a2303744bae2bfc55b8c249511631a3a96ec
parent84666c6eecc0d32019f03169b2ba242ead1e2d49
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