aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/parse/rust-parse-impl.h
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-07-22 14:01:37 +0000
committerGitHub <noreply@github.com>2021-07-22 14:01:37 +0000
commit06a2ec7e9340c64c5869a97c7737459fbb1645d2 (patch)
tree2ef06337ee3cb31cb58a8c0d4824f0b123196127 /gcc/rust/parse/rust-parse-impl.h
parentdd825b9b5d2705023cd3faa20684b881d154a9ba (diff)
parent1c5fef82c0f525be3386557180a416d681743c4f (diff)
parent1dc68e40f2d2b9b0d2a208a63f4923be8b12351e (diff)
downloadgcc-06a2ec7e9340c64c5869a97c7737459fbb1645d2.zip
gcc-06a2ec7e9340c64c5869a97c7737459fbb1645d2.tar.gz
gcc-06a2ec7e9340c64c5869a97c7737459fbb1645d2.tar.bz2
Merge #585 #586
585: Add iterate impl_blocks helper r=philberty a=philberty This helper will allow use to use mappings to iterate all impl blocks within the specified crate. 586: Add mappings for trait items r=philberty a=philberty Add mappings for trait items that can be used for query-based compilation and type checking Co-authored-by: Philip Herron <philip.herron@embecosm.com>