rust/src/libsyntax
Felix S. Klock II 39b271f4a3 Add EntryPat and NodePat variants to ast_map.
Add `EntryPat` and `NodePat` variants to ast_map, so that lookups for
id 1 in `let S{val: _x /* pat 2 */} /* pat 1 */ = ...` will actually
resolve to the pattern `S{ ... }`, rather than "unknown node", in a
function like `node_id_to_str`.
2014-05-15 13:50:42 -07:00
..
2014-05-11 01:13:02 -07:00
2014-05-13 17:24:08 -07:00
2014-05-11 01:13:02 -07:00