diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-07-14 18:32:24 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-07-14 20:18:09 +0100 |
commit | 05b5eec7ab095d2d80a4fb8262c8985ad03550b6 (patch) | |
tree | 29194600c60c434f6af98f7ac96fea8863830d68 /gcc/rust/backend | |
parent | 6e0c46b86aaa38f18e2c0af2a4711bfeaa242498 (diff) | |
download | gcc-05b5eec7ab095d2d80a4fb8262c8985ad03550b6.zip gcc-05b5eec7ab095d2d80a4fb8262c8985ad03550b6.tar.gz gcc-05b5eec7ab095d2d80a4fb8262c8985ad03550b6.tar.bz2 |
Add check for missing items in impl of trait
If an impl block does not implement all trait-items it is an error. This
also takes into account that functions and constants may actually have
values and may not need to be implemented by the impl block.
Addresses #542
Diffstat (limited to 'gcc/rust/backend')
0 files changed, 0 insertions, 0 deletions