diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-01-21 20:43:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 20:43:15 +0000 |
commit | d956be99334b6ce2fa9f2b2942b65937ede7146d (patch) | |
tree | fd2bc947a2649c003d27c25405293afbb330dd22 /gcc/rust/backend/rust-compile.cc | |
parent | a6c5dbadc3c9023821244bd4af4e78ad9d8f63f2 (diff) | |
parent | 120967b80bec0bc4427c61dd94c2f81187223966 (diff) | |
parent | dfb7f9c123ad930734aaa2befbbf40163f115920 (diff) | |
download | gcc-d956be99334b6ce2fa9f2b2942b65937ede7146d.zip gcc-d956be99334b6ce2fa9f2b2942b65937ede7146d.tar.gz gcc-d956be99334b6ce2fa9f2b2942b65937ede7146d.tar.bz2 |
Merge #881 #882
881: Add TraitItemKind to HIR TraitItems r=philberty a=philberty
This allows us to safely switch and cast between the items without the
need for visitors.
882: Add Mappings::iterate_trait_items helper r=philberty a=philberty
This helper is part of a larger PR into fixing our implementation of MethodResolution
Co-authored-by: Philip Herron <philip.herron@embecosm.com>