blob: 086db1be722742a717b076c2a2f957f0460e4942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
  | 
error[E0433]: failed to resolve: could not resolve path `error::_in::async_fn`
  --> $DIR/async.rs:8:5
   |
LL |     error::_in::async_fn()
   |     ^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::async_fn`
   |
   = note: this error was originally ignored because you are running `rustdoc`
   = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.
  
  |