From 241242187eaa3dd67dd2a97c768fa9417d20b431 Mon Sep 17 00:00:00 2001 From: Ellen Date: Fri, 29 Apr 2022 04:37:53 +0100 Subject: [PATCH 1/2] work around rustc regression --- crates/bevy_core/src/time/fixed_timestep.rs | 2 +- crates/bevy_ecs/src/schedule/stage.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_core/src/time/fixed_timestep.rs b/crates/bevy_core/src/time/fixed_timestep.rs index d79f4e6ccf0f3..0d6abf2b9cdd0 100644 --- a/crates/bevy_core/src/time/fixed_timestep.rs +++ b/crates/bevy_core/src/time/fixed_timestep.rs @@ -119,7 +119,7 @@ impl FixedTimestep { fn prepare_system( mut state: LocalFixedTimestepState, - ) -> impl FnMut(Res