Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure on nightly Rust #91

Open
fuzzypixelz opened this issue Sep 2, 2024 · 0 comments
Open

Build failure on nightly Rust #91

fuzzypixelz opened this issue Sep 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fuzzypixelz
Copy link
Member

fuzzypixelz commented Sep 2, 2024

When compiling eclipse-zenoh/zenoh@7ff82cf with Rust rustc 1.82.0-nightly (0d634185d 2024-08-29) I get:

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.

@fuzzypixelz fuzzypixelz added the bug Something isn't working label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant