]> git.lizzy.rs Git - rust.git/commit
auto merge of #5255 : jbclements/rust/remove-parse-value-ident, r=graydon
authorbors <bors@rust-lang.org>
Thu, 7 Mar 2013 01:48:39 +0000 (17:48 -0800)
committerbors <bors@rust-lang.org>
Thu, 7 Mar 2013 01:48:39 +0000 (17:48 -0800)
commitb269ce278228918b95f803e1951fa60e3ef48a0a
tree56effed36fd1ba26ae19bcd5f889dcf6582d6466
parent95c07479dd9c7a0438a749638987deb15977cd92
parent8bb537e68daf2a2794bacfe4bd39ac7fad6314fa
auto merge of #5255 : jbclements/rust/remove-parse-value-ident, r=graydon

After the removal of the "restricted keyword" feature in 0c82c00dc4f49aeb9b57c92c9a40ae35d8a1ee29 , there's no longer any difference between parse_ident() and parse_value_ident(), and therefore no difference between parse parse_path_without_tps() and parse_value_path().  I've collapsed all of these, removing the redundant functions and eliminating the need for two higher-order arguments.
src/libsyntax/ast.rs
src/libsyntax/parse/parser.rs