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
i think it's about hidden lifetime parameters
i'm Trying Rust 2018 edition
I tried this code:
use std::collections::hash_map::Keys;// ArcVec and ArcHashMap is just a type alias#[derive(Clone)]pubstructFilesGuardService<'_>{paths:ArcVec<Keys<'_,String,String>>,hashes:ArcHashMap<String,String>,}
I expected to see this happen: to work as expected
but when i change the lifetime to something like a it works
i think it's about hidden lifetime parameters
i'm Trying Rust 2018 edition
I tried this code:
I expected to see this happen: to work as expected
but when i change the lifetime to something like
a
it worksMeta
Backtrace:
The text was updated successfully, but these errors were encountered: