[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 Andrew Pinski changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #6

[Bug rust/119342] block in rust-gcc.cc could use some comments

2025-03-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119342 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug rust/119363] [15 Regression] gccrs fails to build, error[E0554]: `#![feature]` may not be used on the stable release channel

2025-03-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119363 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rust/119363] [15 Regression] gccrs fails to build, error[E0554]: `#![feature]` may not be used on the stable release channel

2025-03-18 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119363 Matthias Klose changed: What|Removed |Added Known to work||14.2.1 Known to fail|

[Bug rust/119363] New: [15 Regression] gccrs fails to build, error[E0554]: `#![feature]` may not be used on the stable release channel

2025-03-18 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119363 Bug ID: 119363 Summary: [15 Regression] gccrs fails to build, error[E0554]: `#![feature]` may not be used on the stable release channel Product: gcc Version: 14.

Привяо

2025-03-18 Thread Александр Цховребов
  Привет, крч. Не хочу лезть на гиты, репы всякие. Кинь исходники раста, оч надо.

[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-18 Thread pierre-emmanuel.patry at embecosm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 --- Comment #3 from Pierre-Emmanuel Patry --- This version of polonius is built with a nightly feature but we backported it to stable in another commit. As we didn't want to send too many patches at once we split the upstream process in four bat

[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-18 Thread cohenarthur at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 Arthur Cohen changed: What|Removed |Added Status|NEW |ASSIGNED -- You are receiving this mail

[Bug rust/119333] [15 regression] Rust bootstrap fails with cargo trying to download polonius crates

2025-03-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119333 --- Comment #5 from GCC Commits --- The trunk branch has been updated by Arthur Cohen : https://gcc.gnu.org/g:d4fe08c2d4725c6b6024c08b330a7e8e9496c7c5 commit r15-8273-gd4fe08c2d4725c6b6024c08b330a7e8e9496c7c5 Author: Marc Poulhiès Date: Mon

[COMMITTED 1/2] gccrs: polonius: Vendor Rust dependencies

2025-03-18 Thread arthur . cohen
From: Arthur Cohen Resent to cut out the patch's content, as it did not pass the ML filters. This fixes PR #119333 by allowing our borrow-checker interface to be built offline. This was already done for our components in libgrust/, but had never been done for the borrow-checker. https://gcc.gn

[COMMITTED 2/2] rust: force cargo to build offline

2025-03-18 Thread arthur . cohen
From: Marc Poulhiès gcc/rust/Changelog: PR rust/119333 * Make-lang.in: Force offline mode for cargo Signed-off-by: Marc Poulhiès --- gcc/rust/Make-lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in index ef

[Bug rust/119333] [15 regression] Rust bootstrap fails with cargo trying to download polonius crates

2025-03-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119333 --- Comment #4 from GCC Commits --- The trunk branch has been updated by Arthur Cohen : https://gcc.gnu.org/g:b9a4399ac5a58fa58678ac122ea2401a1e1e45b2 commit r15-8272-gb9a4399ac5a58fa58678ac122ea2401a1e1e45b2 Author: Arthur Cohen Date: Tue

[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-18 Thread cohenarthur at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 Arthur Cohen changed: What|Removed |Added CC||cohenarthur at gcc dot gnu.org --- Comme

[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2025-03-18 Ever confirmed|0

[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-18 Thread felix-gcc at fefe dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 --- Comment #2 from felix-gcc at fefe dot de --- I ran rustup update stable. $ rustc --version rustc 1.85.0 (4d91de4e4 2025-02-17) -- You are receiving this mail because: You are on the CC list for the bug.

[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-18 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 --- Comment #1 from Sam James --- What version of rustc? (rustc --version) -- You are receiving this mail because: You are on the CC list for the bug.

[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-18 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 Sam James changed: What|Removed |Added Target Milestone|--- |15.0 Summary|build failure:

[Bug rust/119353] build failure: error[E0554]: `#![feature]` may not be used on the stable release channel

2025-03-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 Andreas Schwab changed: What|Removed |Added Keywords||build -- You are receiving this mail