You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'main' panicked at E:\Workspace\RustProjects\todo-mvc\target\debug\build\todo-mvc-b948f43208926a2d\out\index.rs:32772:87:
called `Option::unwrap()` on a `None` value
The panic is in the generated code, not in winit, so changing the category.
Looks like a classic bug in which the parent was deleted.
Something to be fixed like #5813
There is still a bunch of parent.upgrade().unwrap() in rust.rs. The case here seems to be in the implementation of BuiltinFunction::ClosePopupWindow
Bug Description
After
cargo run
+
for adding task;Task name
text input is not-editableTask name
text inputDue date
for selecting dateOk
button clickedI have only reproduced it three or four times, and I can't reproduce it after setting RUST_BACKTRACE to 1.
Exception stack:
Reproducible Code (if applicable)
Environment Details
Product Impact
No response
The text was updated successfully, but these errors were encountered: