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
When I try to compile the latest code by JetBrains RustRover, I get the following error:
error[E0658]: use of unstable library feature 'lazy_cell'
--> src\embedded_certificate.rs:3:5
|
3 | 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:
When I try to compile the latest code by JetBrains RustRover, I get the following error:
error[E0658]: use of unstable library feature 'lazy_cell'
--> src\embedded_certificate.rs:3:5
|
3 | 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: