]> git.lizzy.rs Git - rust.git/commit
Add `try` to syntax_pos as an edition-2018-only keyword
authorScott McMurray <scottmcm@users.noreply.github.com>
Sun, 22 Jul 2018 02:34:45 +0000 (19:34 -0700)
committerScott McMurray <scottmcm@users.noreply.github.com>
Sun, 19 Aug 2018 23:30:53 +0000 (16:30 -0700)
commit1c906093f93ca55994bded24fa0f9c99b8d1a681
tree8f5261a207ed1b964dafe1c6bf99dd71bd558ee4
parentf2445fb5075fa35d9b387d40bf6053007e63361e
Add `try` to syntax_pos as an edition-2018-only keyword
src/libsyntax_pos/symbol.rs
src/test/parse-fail/keyword-try-as-identifier-edition2018.rs [new file with mode: 0644]
src/test/run-pass/try-is-identifier-edition2015.rs [new file with mode: 0644]