diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-07-15 20:45:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 20:45:21 +0000 |
commit | b322f221ce0564b082ba011e570f76c318d013a4 (patch) | |
tree | 91dcd6c5c2ed321f3a7a252e69feb18b638d48d4 /gcc/rust/parse/rust-parse-impl.h | |
parent | 2404e4841d424aa05d5d218c24130cccec04eeef (diff) | |
parent | ebdf933621189db132d0bebec475937f02fbf6a5 (diff) | |
parent | 9783726c85e530df67ad952d4ed2dbf9f59da274 (diff) | |
download | gcc-b322f221ce0564b082ba011e570f76c318d013a4.zip gcc-b322f221ce0564b082ba011e570f76c318d013a4.tar.gz gcc-b322f221ce0564b082ba011e570f76c318d013a4.tar.bz2 |
Merge #569 #570
569: Some trait items are optional and should not cause an error r=philberty a=philberty
When a trait item is optional this is not a missing trait item.
570: Add missing test case to close out unit-structs r=philberty a=philberty
This test case will catch regressions in changes to initializing unit structs.
Fixes #155
Co-authored-by: Philip Herron <philip.herron@embecosm.com>