Module rustc::middle::fast_rejectUnstable [-] [+] [src]

Enums

SimplifiedType

See `simplify_type

Functions

simplify_type

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.