Emil Lauridsen
73ec2ab184
Update async unsafe fn ordering.
...
As of rust-lang/rust#61319 the correct order for functions that are both
unsafe and async is: `async unsafe fn` and not `unsafe async fn`.
This commit updates the parser tests to reflect this, and corrects
parsing behavior to accept the correct ordering.
Fixes #3025
2020-02-07 13:51:51 +01:00
..
2019-07-24 12:49:19 +03:00
2019-07-24 12:49:19 +03:00
2019-07-24 12:49:19 +03:00
2019-09-02 20:15:51 +03:00
2019-07-24 12:49:19 +03:00
2019-07-24 12:49:19 +03:00
2019-07-24 12:49:19 +03:00
2019-07-24 12:49:19 +03:00
2019-07-24 12:49:19 +03:00
2019-07-24 12:49:19 +03:00
2019-07-24 12:49:19 +03:00
2019-09-02 20:15:51 +03:00
2019-07-24 12:49:19 +03:00
2019-09-02 20:15:51 +03:00
2019-07-24 12:49:19 +03:00
2019-09-02 20:15:51 +03:00
2019-07-24 12:49:19 +03:00
2019-09-30 16:11:40 +08:00
2019-07-24 12:49:19 +03:00
2019-09-02 20:15:51 +03:00
2020-02-07 13:51:51 +01:00
2020-02-07 13:51:51 +01:00
2019-09-14 16:31:09 -07:00
2019-09-14 16:31:09 -07:00
2019-07-24 12:49:19 +03:00
2019-09-02 20:15:51 +03:00