https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353
Bug ID: 119353 Summary: build failure: error[E0554]: `#![feature]` may not be used on the stable release channel Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: felix-gcc at fefe dot de CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org, pierre-emmanuel.patry at embecosm dot com Target Milestone: --- cargo build --manifest-path ../../gcc/rust/checks/errors/borrowck/ffi-polonius/Cargo.toml --release --target-dir rust/ffi-polonius Compiling ffi-polonius v0.1.0 (/src/cvs/gcc/gcc/rust/checks/errors/borrowck/ffi-polonius) error[E0554]: `#![feature]` may not be used on the stable release channel --> src/lib.rs:19:1 | 19 | #![feature(extern_types)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ For more information about this error, try `rustc --explain E0554`. error: could not compile `ffi-polonius` (lib) due to 1 previous error -- You are receiving this mail because: You are on the CC list for the bug.