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
Compiling strfmt v0.2.4
Compiling glob v0.3.1
Compiling vdash v0.18.0
error[E0658]: use of unstable library feature 'lazy_cell'
--> /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vdash-0.18.0/src/bin/../custom/app.rs:8:5
|
8 | use std::sync::LazyLock;
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #109736 rust-lang/rust#109736 for more information
The text was updated successfully, but these errors were encountered:
It went like this:
Compiling strfmt v0.2.4
Compiling glob v0.3.1
Compiling vdash v0.18.0
error[E0658]: use of unstable library feature 'lazy_cell'
--> /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vdash-0.18.0/src/bin/../custom/app.rs:8:5
|
8 | use std::sync::LazyLock;
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #109736 rust-lang/rust#109736 for more information
The text was updated successfully, but these errors were encountered: