View | Details | Raw Unified | Return to bug 276033 | Differences between
and this patch

Collapse All | Expand All

(-)b/games/veloren-weekly/files/patch-rust-1.75.0 (-1 / +12 lines)
Added Link Here
0
- 
1
--- rtsim/src/lib.rs.orig	2023-12-31 09:26:17 UTC
2
+++ rtsim/src/lib.rs
3
@@ -1,8 +1,7 @@
4
 #![feature(
5
     never_type,
6
     try_blocks,
7
-    generator_trait,
8
-    generators,
9
+    coroutines,
10
     trait_alias,
11
     trait_upcasting,
12
     control_flow_enum,

Return to bug 276033