rust-analyzer/crates/ra_syntax/test_data/parser
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
..
err Nest attrs into exprs in function args 2020-01-17 11:47:07 +01:00
fuzz-failures rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
inline Update async unsafe fn ordering. 2020-02-07 13:51:51 +01:00
ok Use name instead of ident for macro 2.0 sytnax 2019-12-22 11:11:10 +08:00