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[E0658]: use of unstable library feature 'freeze'
--> /home/mahmoud/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stabby-abi-36.1.1/src/vtable/mod.rs:21:54
|
21 | pub trait IConstConstructor<'a, Source>: 'a + Copy + core::marker::Freeze {
| ^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #121675 <https://github.com/rust-lang/rust/issues/121675> for more information
= help: add `#![feature(freeze)]` to the crate attributes to enable
= note: this compiler was built on 2024-08-29; consider upgrading it if it is out of date
It looks like there should be a cfg_attr enabling feature(freeze) when using nightly Rust.
The text was updated successfully, but these errors were encountered:
When compiling eclipse-zenoh/zenoh@7ff82cf with Rust
rustc 1.82.0-nightly (0d634185d 2024-08-29)
I get:It looks like there should be a
cfg_attr
enablingfeature(freeze)
when using nightly Rust.The text was updated successfully, but these errors were encountered: