Module rustc::middle::typeck::check::vtable[src]
Structs
| VtableContext | A vtable context includes an inference context, a crate context, and a callback function to call in case of type error. |
Functions
| early_resolve_expr | |
| resolve_impl | The situation is as follows. We have some trait like: |
| resolve_in_block | |
| trans_resolve_method | Resolve vtables for a method call after typeck has finished. Used by trans to monomorphize artificial method callees (e.g. drop). |