FreeBSD Bugzilla – Attachment 247372 Details for
Bug 276033
lang/rust: Update to 1.75.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
0002-games-veloren-weekly-Fix-build-with-rust-1.75.0.patch (text/plain), 1.15 KB, created by
Mikael Urankar
on 2023-12-31 09:39:37 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2023-12-31 09:39:37 UTC
Size:
1.15 KB
patch
obsolete
>From c821ef5c9da9db68ff29eb7667000237c7ada342 Mon Sep 17 00:00:00 2001 >From: Mikael Urankar <mikael@FreeBSD.org> >Date: Sun, 31 Dec 2023 10:31:25 +0100 >Subject: [PATCH 2/2] games/veloren-weekly: Fix build with rust 1.75.0 > >error[E0557]: feature has been removed > --> rtsim/src/lib.rs:5:5 > | >5 | generators, > | ^^^^^^^^^^ feature has been removed > | > = note: renamed to `coroutines` > >error[E0635]: unknown feature `generator_trait` > --> rtsim/src/lib.rs:4:5 > | >4 | generator_trait, >--- > games/veloren-weekly/files/patch-rust-1.75.0 | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 games/veloren-weekly/files/patch-rust-1.75.0 > >diff --git a/games/veloren-weekly/files/patch-rust-1.75.0 b/games/veloren-weekly/files/patch-rust-1.75.0 >new file mode 100644 >index 0000000000..1bee42c6ca >--- /dev/null >+++ b/games/veloren-weekly/files/patch-rust-1.75.0 >@@ -0,0 +1,12 @@ >+--- rtsim/src/lib.rs.orig 2023-12-31 09:26:17 UTC >++++ rtsim/src/lib.rs >+@@ -1,8 +1,7 @@ >+ #![feature( >+ never_type, >+ try_blocks, >+- generator_trait, >+- generators, >++ coroutines, >+ trait_alias, >+ trait_upcasting, >+ control_flow_enum, >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276033
:
247371
| 247372 |
247420