]> gcc.gnu.org Git - gcc.git/commit
TraitImpl: track the polarity of the impl
authorBen Boeckel <mathstuf@gmail.com>
Mon, 25 Oct 2021 16:56:32 +0000 (12:56 -0400)
committerBen Boeckel <mathstuf@gmail.com>
Mon, 25 Oct 2021 17:05:42 +0000 (13:05 -0400)
commitfbc7f0e51b11a9a13ffc7eea93d88b1356cd60f8
tree8440af83717721035a3cdd1bc0f1f0c2636149c9
parentd2b12ea8895a8539281bd2a87f0e63234c3203c6
TraitImpl: track the polarity of the impl

The internal representation now tracks whether a trait impl is a
positive or negative impl.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
gcc/rust/hir/rust-ast-lower-item.h
gcc/rust/hir/tree/rust-hir-item.h
gcc/rust/util/rust-common.h
This page took 0.057755 seconds and 5 git commands to generate.