aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-compile.cc
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-01-21 20:43:15 +0000
committerGitHub <noreply@github.com>2022-01-21 20:43:15 +0000
commitd956be99334b6ce2fa9f2b2942b65937ede7146d (patch)
treefd2bc947a2649c003d27c25405293afbb330dd22 /gcc/rust/backend/rust-compile.cc
parenta6c5dbadc3c9023821244bd4af4e78ad9d8f63f2 (diff)
parent120967b80bec0bc4427c61dd94c2f81187223966 (diff)
parentdfb7f9c123ad930734aaa2befbbf40163f115920 (diff)
downloadgcc-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>