2022-11-23 13:38:22 -06:00
|
|
|
error[E0277]: `[(); _]` is not a future
|
2023-04-25 13:59:16 -05:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:45
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
2023-04-25 13:59:16 -05:00
|
|
|
| ----------------------------^^^^^
|
|
|
|
| | ||
|
|
|
|
| | |`[(); _]` is not a future
|
2022-11-23 13:38:22 -06:00
|
|
|
| | help: remove the `.await`
|
|
|
|
| this call returns `[(); _]`
|
|
|
|
|
|
|
|
|
= help: the trait `Future` is not implemented for `[(); _]`
|
|
|
|
= note: [(); _] must be a future or must implement `IntoFuture` to be awaited
|
|
|
|
= note: required for `[(); _]` to implement `IntoFuture`
|
|
|
|
|
|
|
|
error[E0698]: type inside `async` block must be known in this context
|
2022-12-22 11:51:45 -06:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:17
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ cannot infer the value of const parameter `N` declared on the function `from_fn`
|
|
|
|
|
|
|
|
|
note: the type is part of the `async` block because of this `await`
|
2023-04-25 13:59:16 -05:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:45
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
2023-04-25 13:59:16 -05:00
|
|
|
| ^^^^^
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
error[E0698]: type inside `async` block must be known in this context
|
2022-12-22 11:51:45 -06:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:17
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ cannot infer the value of const parameter `N` declared on the function `from_fn`
|
|
|
|
|
|
|
|
|
note: the type is part of the `async` block because of this `await`
|
2023-04-25 13:59:16 -05:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:45
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
2023-04-25 13:59:16 -05:00
|
|
|
| ^^^^^
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
error[E0698]: type inside `async` block must be known in this context
|
2022-12-22 11:51:45 -06:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:17
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ cannot infer the value of const parameter `N` declared on the function `from_fn`
|
|
|
|
|
|
|
|
|
note: the type is part of the `async` block because of this `await`
|
2023-04-25 13:59:16 -05:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:45
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
2023-04-25 13:59:16 -05:00
|
|
|
| ^^^^^
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
error[E0698]: type inside `async` block must be known in this context
|
2022-12-22 11:51:45 -06:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:17
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ cannot infer the value of const parameter `N` declared on the function `from_fn`
|
|
|
|
|
|
|
|
|
note: the type is part of the `async` block because of this `await`
|
2023-04-25 13:59:16 -05:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:45
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
2023-04-25 13:59:16 -05:00
|
|
|
| ^^^^^
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
error[E0698]: type inside `async` block must be known in this context
|
2022-12-22 11:51:45 -06:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:17
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ cannot infer the value of const parameter `N` declared on the function `from_fn`
|
|
|
|
|
|
|
|
|
note: the type is part of the `async` block because of this `await`
|
2023-04-25 13:59:16 -05:00
|
|
|
--> $DIR/unresolved-ct-var-drop-tracking.rs:7:45
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
|
LL | let s = std::array::from_fn(|_| ()).await;
|
2023-04-25 13:59:16 -05:00
|
|
|
| ^^^^^
|
2022-11-23 13:38:22 -06:00
|
|
|
|
|
|
|
error: aborting due to 6 previous errors
|
|
|
|
|
|
|
|
Some errors have detailed explanations: E0277, E0698.
|
|
|
|
For more information about an error, try `rustc --explain E0277`.
|