rust/compiler/rustc_typeck
bors c922857066 Auto merge of #79318 - cjgillot:fitem, r=lcnr
Store HIR ForeignItem in a side table

In a similar fashion to Item, ImplItem and TraitItem.
2020-11-27 13:45:22 +00:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.