From 70f49c655b0fe99c744cd9cc4ab2b84ccc14c7f0 Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Sat, 16 May 2020 21:05:21 +0100 Subject: need public access to locus on OperatorExpr --- gcc/rust/ast/rust-expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rust') diff --git a/gcc/rust/ast/rust-expr.h b/gcc/rust/ast/rust-expr.h index 7e5d43e..45cb14c 100644 --- a/gcc/rust/ast/rust-expr.h +++ b/gcc/rust/ast/rust-expr.h @@ -295,7 +295,7 @@ OVERRIDE { return new PathExprQual(*this); class OperatorExpr : public ExprWithoutBlock { // TODO: create binary and unary operator subclasses? - +public: Location locus; protected: -- cgit v1.1