vasilito
2a65fb760d
driver-manager: fix E0382 — clone Arc for the second listener closure
...
spawn_unified_listener takes two move closures that both capture scheme_for_events
(bound_device_pairs provider + the Aer event handler calling dispatch_recovery).
The first closure moved the Arc, so the second could not use it ("the type Arc
does not implement Copy", main.rs:390). Clone the Arc for the bound-pairs closure
so each owns its own handle (the rustc-suggested fix). Sole remaining compile
blocker for the redbear-full ISO.
2026-07-25 05:37:11 +09:00
..
2026-06-19 11:47:25 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-11 11:21:22 +03:00
2026-07-12 19:08:00 +03:00
2026-07-11 11:21:22 +03:00
2026-07-11 11:21:22 +03:00
2026-06-19 11:47:25 +03:00
2026-07-25 05:37:11 +09:00
2026-07-12 19:08:00 +03:00
2026-07-24 12:15:19 +09:00
2026-07-20 23:41:18 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-06-19 11:47:25 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-20 20:59:16 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-25 00:18:40 +09:00
2026-07-20 21:05:26 +09:00
2026-07-12 19:08:00 +03:00
2026-07-25 00:18:40 +09:00
2026-07-25 00:18:40 +09:00
2026-07-25 00:18:40 +09:00
2026-07-25 00:18:40 +09:00
2026-07-12 19:08:00 +03:00
2026-07-25 00:15:25 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-24 13:32:45 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-24 16:10:49 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-11 11:21:22 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-24 08:55:49 +09:00
2026-07-12 19:08:00 +03:00
2026-07-18 00:50:04 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-21 21:40:04 +09:00
2026-07-19 10:11:43 +09:00
2026-07-20 21:05:26 +09:00
2026-05-06 16:34:46 +01:00
2026-07-22 10:40:40 +09:00
2026-07-24 12:02:33 +09:00
2026-07-12 19:08:00 +03:00
2026-07-24 14:30:47 +09:00
2026-06-19 11:47:25 +03:00