You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
=== stderr ===
error[E0706]: functions in traits cannot be declared `async`
--> /home/runner/work/glacier/glacier/ices/82470.rs:2:5
|
2 | async fn async_fn() {
| ^----
| |
| _____`async` because of this
| |
3 | | || {};
4 | | }
| |_____^
|
= note: `async` trait functions are not currently supported
= note: consider using the `async-trait` crate: https://crates.io/crates/async-trait
error: aborting due to previous error
For more information about this error, try `rustc --explain E0706`.
==============
Co-authored-by: rustbot <[email protected]>
0 commit comments