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
error: non-defining opaque type use in defining scope
--> C:\Users\xxx\.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\volo-0.2.0\src\loadbalance\random.rs:128:9
|
128 | / async {
129 ||let key = discover.key(endpoint);
130 ||let weighted_list = match self.router.entry(key) {
131 || Entry::Occupied(e) =>e.get().clone(),
... |
148 || })
149 || }
||_________^ lifetime `'future` is part of concrete type but not used in parameter list of the `impl Trait` type alias
The text was updated successfully, but these errors were encountered:
Bug Report
Version
volo v0.2.0
Platform
Windows 11 64-bit
active toolchain
nightly-x86_64-pc-windows-msvc (overridden by 'D:\volo-example\rust-toolchain.toml')
rustc 1.66.0-nightly (758f19645 2022-10-24)
Description
run this example
The text was updated successfully, but these errors were encountered: