Commit Graph

6 Commits

Author SHA1 Message Date
pcpthm 2fb110e1fa Error about attributes on
unallowed types of expression statement
2019-03-19 17:37:08 +09:00
pcpthm 76075c7410 Use Marker argument for item parsers
- Fix pub_expr
- Fix incorrect parsing of crate::path
2019-03-18 14:34:08 +09:00
Caio cc9721996c Add test for async block 2019-03-10 14:35:25 -03:00
Aleksey Kladov 78f10fcdc4 rename type to type_alias in the AST as well 2019-02-25 13:49:32 +03:00
Florian Diebold fe6c4115f6 Rename ImplItem to ImplBlock
rustc uses the name ImplItem for items in impls, not the impl {} block itself,
which could lead to confusion.
2019-01-04 18:28:36 +01:00
DJMcNab 134fe4f566 Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00