rust/crates/ra_syntax/test_data
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
..
lexer ra_syntax: added tests for tokenization errors 2020-02-04 00:00:55 +02:00
parser Update async unsafe fn ordering. 2020-02-07 13:51:51 +01:00
reparse/fuzz-failures
accidentally_quadratic Add a test 2020-01-15 16:52:28 +01:00