-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
I am having issues installing and building amdfand version 1.0.12-1 from the aur on my arch linux build.
When updating the package, I run into the following error message:
Compiling unwinding v0.2.1
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /tmp/makepkg/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unwinding-0.2.1/src/lib.rs:2:1
|
2 | #![feature(c_unwind)]
| ^^^^^^^^^^^^^^^^^^^^^
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /tmp/makepkg/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unwinding-0.2.1/src/lib.rs:3:1
|
3 | #![feature(naked_functions)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /tmp/makepkg/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unwinding-0.2.1/src/lib.rs:4:1
|
4 | #![feature(non_exhaustive_omitted_patterns_lint)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not compile `unwinding` (lib) due to 3 previous errorsMy setup:
Kernel: 6.7.0-arch3-1
DE: Plasma 5.27.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels