diff options
author | Philip Herron <herron.philip@googlemail.com> | 2020-05-20 17:55:29 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2020-11-28 21:13:14 +0000 |
commit | cb00023bcb0bc71ae877626400e6039ae5876920 (patch) | |
tree | 4b6d2dce987a799c33cae91b07e1e78d5b27ada7 /gcc | |
parent | 2c6cb7e543ffa19b80ab9daf78bb1b9af8061c05 (diff) | |
download | gcc-cb00023bcb0bc71ae877626400e6039ae5876920.zip gcc-cb00023bcb0bc71ae877626400e6039ae5876920.tar.gz gcc-cb00023bcb0bc71ae877626400e6039ae5876920.tar.bz2 |
Need access to TypePath fields
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/ast/rust-path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/ast/rust-path.h b/gcc/rust/ast/rust-path.h index 434ed62..4c96e65 100644 --- a/gcc/rust/ast/rust-path.h +++ b/gcc/rust/ast/rust-path.h @@ -574,6 +574,7 @@ protected: // Path used inside types class TypePath : public TypeNoBounds { +public: bool has_opening_scope_resolution; ::std::vector< ::std::unique_ptr<TypePathSegment> > segments; |