Commit Graph

15 Commits

Author SHA1 Message Date
徐未来
76b407eb79 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-02 16:51:27 +08:00
openharmony_ci
e4c68997d9
回退 'Pull Request !6 : syn 1.0.107升级至2.0.48' 2024-04-02 03:27:54 +00:00
徐未来
20f0300a69 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-01 20:47:12 +08:00
openharmony_ci
cf68197ecf
回退 'Pull Request !4 : syn 1.0.107升级至2.0.48' 2024-04-01 12:11:54 +00:00
徐未来
f138b90acb syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-03-08 17:26:00 +08:00
David Tolnay
a153bc9464
Add regression test for issue 1073 2021-10-02 18:08:43 -07:00
Taiki Endo
70f8b8ebe4 Add impl type parameter defaults test 2021-04-27 22:55:35 +09:00
David Tolnay
e19da82805
Add impl visibility test 2021-04-26 22:25:46 -07:00
David Tolnay
e39fca3d1e
Add regression test for issue 974 2021-03-09 10:45:44 -08:00
David Tolnay
d8c39a8247
Add test of empty supertrait list 2021-01-06 05:14:04 -08:00
David Tolnay
12962ccc17
Merge macro variable impl test into master 2020-12-07 10:31:57 -08:00
David Tolnay
1cf44e4ec8
Add test of impl containing macro variables 2020-12-07 10:31:12 -08:00
David Tolnay
43a2eaa98e
Hide negative impls from rustfmt
Rustfmt silently deletes the '!'.

    -  impl !Trait {}
    +  impl Trait {}

    -  impl !! {}
    +  impl ! {}
2020-11-29 21:15:07 -08:00
David Tolnay
0399ba425b
Parse weird negative impls 2020-11-29 21:13:02 -08:00
David Tolnay
ef51ded615
Add test for none-delimited attribute on an item 2020-06-20 14:02:23 -07:00