rust/crates/ra_syntax
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
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Cleanup early return assist 2020-02-07 12:30:39 +01:00
test_data Merge #3047 2020-02-07 13:21:02 +00:00
Cargo.toml ⬆️ rowan 2020-01-09 16:33:02 +01:00