2022-11-24 10:58:32 -06:00
|
|
|
error[E0658]: `#[track_caller]` on closures is currently unstable
|
2022-12-02 11:17:31 -06:00
|
|
|
--> $DIR/async-block.rs:6:13
|
|
|
|
|
|
2022-11-24 10:58:32 -06:00
|
|
|
LL | let _ = #[track_caller] async {
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: see issue #87417 <https://github.com/rust-lang/rust/issues/87417> for more information
|
|
|
|
= help: add `#![feature(closure_track_caller)]` to the crate attributes to enable
|
2022-12-02 11:17:31 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2022-11-24 10:58:32 -06:00
|
|
|
For more information about this error, try `rustc --explain E0658`.
|