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
..
2020-02-06 23:59:27 +01:00
2020-01-31 21:07:21 +02:00
2020-02-05 12:47:28 +02:00
2020-02-04 09:44:31 +00:00
2020-02-02 14:27:52 +02:00
2020-02-06 18:47:26 +01:00
2020-02-03 12:18:06 +01:00
2020-02-02 18:56:37 +01:00
2020-01-30 13:17:56 +01:00