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