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
I tried starting up the project with docker compose up and rust is getting the better of the me.
Do you have any pointers how to get around this error?
47.37 error[E0658]: use of unstable library feature 'error_in_core'
47.37 --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs:78:6
47.37 |
47.37 78 | impl core::error::Error for Errors {}
47.37 | ^^^^^^^^^^^^^^^^^^
47.37 |
47.37 = note: see issue #103765 rust-lang/rust#103765 for more information
I went down this rabbithole, but don't fully understand it, since I don't know any rust: servo/rust-url#992
Thanks for the pointer @iostreamer-X! In the meantime based on your prompt, I'll use lukemathwalker/cargo-chef:latest-rust-slim-bookworm seems to do the trick for new.
I tried starting up the project with
docker compose up
and rust is getting the better of the me.Do you have any pointers how to get around this error?
47.37 error[E0658]: use of unstable library feature 'error_in_core'
47.37 --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs:78:6
47.37 |
47.37 78 | impl core::error::Error for Errors {}
47.37 | ^^^^^^^^^^^^^^^^^^
47.37 |
47.37 = note: see issue #103765 rust-lang/rust#103765 for more information
I went down this rabbithole, but don't fully understand it, since I don't know any rust: servo/rust-url#992
Full build log in case it helps:
The text was updated successfully, but these errors were encountered: