schnippl0r

Results 2 issues of schnippl0r

The following code causes bevy to panic ```rust use bevy::prelude::*; fn main() { App::new() .add_plugins(DefaultPlugins.set(WindowPlugin { primary_window: Some(Window::default()), exit_condition: bevy::window::ExitCondition::OnPrimaryClosed, close_when_requested: true, })) .run(); } ``` ``` 2023-03-07T15:16:55.444347Z INFO bevy_winit::system:...

C-Bug
A-ECS

Please have a look at schnippl0r/stdext_function_name_async@501700b where I have prepared test cases that show the issue.