Module rustc::middle::pat_utilUnstable
[-] [+]
[src]
Functions
arm_contains_ref_binding | Checks if the patterns for this arm contain any |
def_to_path | |
pat_bindings | Call |
pat_contains_bindings | Checks if the pattern contains any patterns that bind something to
an ident, e.g. |
pat_contains_bindings_or_wild | Checks if the pattern contains any patterns that bind something to
an ident or wildcard, e.g. |
pat_contains_ref_binding | Checks if the pattern contains any |
pat_id_map | |
pat_is_binding | |
pat_is_binding_or_wild | |
pat_is_const | |
pat_is_refutable | |
pat_is_variant_or_struct | |
simple_identifier |
Type Definitions
PatIdMap |