You can now say
expr_move(?dst, ?src) | expr_assign(?dst, ?src) { ... }
to match both expr_move and expr_assign. The names, types, and number
of bound names have to match in all the patterns.
Closes #449.
|
||
|---|---|---|
| .. | ||
| tstate | ||
| alias.rs | ||
| ast_map.rs | ||
| resolve.rs | ||
| trans.rs | ||
| ty.rs | ||
| typeck.rs | ||