blob: 447222ea4abbdc69519d42ba78219c95c552392b [file] [edit]
error: async functions are not allowed in `const` impls
--> $DIR/ice-149083-async-in-const-impl.rs:6:5
|
LL | const impl Foo {
| ----- associated functions of `const` cannot be declared `async`
LL | async fn e() {}
| ^^^^^
error: aborting due to 1 previous error