From 41b6aa7046f84d4b3c83527b1e00d37b824508f4 Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Sat, 16 May 2020 21:03:09 +0100 Subject: Need public access to IdentifierExpr ident and locus --- gcc/rust/ast/rust-ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/rust/ast/rust-ast.h b/gcc/rust/ast/rust-ast.h index b86d3cf..7e85fb3 100644 --- a/gcc/rust/ast/rust-ast.h +++ b/gcc/rust/ast/rust-ast.h @@ -960,11 +960,11 @@ public: // single-segment paths class IdentifierExpr : public ExprWithoutBlock { +public: Identifier ident; Location locus; -public: IdentifierExpr (Identifier ident, Location locus = Location (), ::std::vector outer_attrs = ::std::vector ()) -- cgit v1.1