2023-08-07 22:10:21 +08:00
|
|
|
error: incorrect use of `await`
|
|
|
|
--> $DIR/issue-113203.rs:5:5
|
|
|
|
|
|
|
|
|
LL | await {}()
|
|
|
|
| ^^^^^^^^ help: `await` is a postfix operation: `{}.await`
|
|
|
|
|
2023-08-07 22:31:32 +08:00
|
|
|
error: aborting due to previous error
|
2023-08-07 22:10:21 +08:00
|
|
|
|