Module rustc_middle::ty::fast_reject[][src]

Enums

See simplify_type

Functions

Tries to simplify a type by dropping type parameters, deref’ing away any reference types, etc. The idea is to get something simple that we can use to quickly decide if two types could unify during method lookup.

Type Definitions