about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorEmil Lauridsen <mine809@gmail.com>2020-02-07 13:51:51 +0100
committerEmil Lauridsen <mine809@gmail.com>2020-02-07 13:51:51 +0100
commit73ec2ab184f6d8828ebcdca418a7ae83bb60b0bc (patch)
tree71dbd689e3bdbf4884d78265f4371e7668bce74c /docs
parent5aba5a756a19a54d5c4edd51d8055db36182688b (diff)
downloadrust-73ec2ab184f6d8828ebcdca418a7ae83bb60b0bc.tar.gz
rust-73ec2ab184f6d8828ebcdca418a7ae83bb60b0bc.zip
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
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions