diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-08-27 18:17:30 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-08-27 18:17:30 +0100 |
commit | 46e8bf357ccd9bb0cf45b1f2f104fb1b72798a1a (patch) | |
tree | 322b247f975308a44e01c688c6b075b1fdb8f2cb /gcc/rust/backend | |
parent | 6b42381685595c34f21d5ce9ef1c31ceac76720d (diff) | |
download | gcc-46e8bf357ccd9bb0cf45b1f2f104fb1b72798a1a.zip gcc-46e8bf357ccd9bb0cf45b1f2f104fb1b72798a1a.tar.gz gcc-46e8bf357ccd9bb0cf45b1f2f104fb1b72798a1a.tar.bz2 |
Qualified paths have a mandatory initial segment
Qualified path in type's initial segment is mandatory (+) any other
segments are optional after the fact. see
https://doc.rust-lang.org/reference/paths.html#qualified-paths
This change makes the AST have a mandatory field for the initial segment
the segment list now only contains the optional remaining segments.
Diffstat (limited to 'gcc/rust/backend')
0 files changed, 0 insertions, 0 deletions