2019-10-22 11:46:19 -07:00
|
|
|
error: expected one of `fn` or `unsafe`, found keyword `const`
|
2019-08-02 03:48:43 +02:00
|
|
|
--> $DIR/no-async-const.rs:5:11
|
2019-06-24 17:48:21 -07:00
|
|
|
|
|
|
|
|
LL | pub async const fn x() {}
|
2019-10-28 11:08:53 -07:00
|
|
|
| ^^^^^ expected one of `fn` or `unsafe`
|
2019-06-24 17:48:21 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|