rust/crates/ra_syntax/test_data/parser
bors[bot] 8337dcd9e2
Merge #3047
3047: Update async unsafe fn ordering in parser r=matklad a=kiljacken

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

Co-authored-by: Emil Lauridsen <mine809@gmail.com>
2020-02-07 13:21:02 +00:00
..
err Nest attrs into exprs in function args 2020-01-17 11:47:07 +01:00
fuzz-failures
inline Merge #3047 2020-02-07 13:21:02 +00:00
ok Rework value parameter parsing 2020-02-06 19:45:51 +00:00