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

[Bug] Crate fails to compile on 1.65.0-beta #1094

Closed
TimDiekmann opened this issue Sep 26, 2022 · 0 comments · Fixed by #1098
Closed

[Bug] Crate fails to compile on 1.65.0-beta #1094

TimDiekmann opened this issue Sep 26, 2022 · 0 comments · Fixed by #1098
Assignees
Labels
area/libs > error-stack Affects the `error-stack` crate (library) category/bug Something isn't working

Comments

@TimDiekmann
Copy link
Member

Describe the bug

When compiling on 1.65.0-beta, the following error occurs:

error[E0658]: use of unstable library feature 'backtrace_frames'
   --> src/fmt/hook.rs:823:23
    |
823 |             backtrace.frames().len(),
    |                       ^^^^^^
    |
    = note: see issue #79676 <https://github.com/rust-lang/rust/issues/79676> for more information

To reproduce

No response

Expected behavior

No response

Rust compiler

1.65.0-beta

Host

aarch64-apple-darwin

Target

aarch64-apple-darwin

Version

latest git revision (cf5d85e)

Features

std

Additional context

No response

@TimDiekmann TimDiekmann added C-bug area/libs > error-stack Affects the `error-stack` crate (library) labels Sep 26, 2022
@vilkinsons vilkinsons added category/bug Something isn't working and removed C-bug labels Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/libs > error-stack Affects the `error-stack` crate (library) category/bug Something isn't working
Development

Successfully merging a pull request may close this issue.

3 participants