]> git.lizzy.rs Git - rust.git/commit
parser: split into {ty, path}.rs
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 11 Aug 2019 17:59:27 +0000 (19:59 +0200)
committerMazdak Farrokhzad <twingoow@gmail.com>
Sun, 11 Aug 2019 17:59:27 +0000 (19:59 +0200)
commit3dbfbafe3eb1562592044a8cf134823cdc7f2f12
tree86c1dd2f152c75e42880197b01d2d9e098abebf4
parente81347c3685dfc818fca2d502819ee0d1b692621
parser: split into {ty, path}.rs
src/libsyntax/parse/parser.rs
src/libsyntax/parse/parser/path.rs [new file with mode: 0644]
src/libsyntax/parse/parser/ty.rs [new file with mode: 0644]