zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
46.84k stars 2.68k forks source link

App Freezes When Scrolling with Mouse in Search Box #16577

Open honood opened 3 weeks ago

honood commented 3 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

  1. Launch Zed.app;
  2. Use the command + f shortcut in the editing window to open the search bar;
  3. Move the mouse (Apple Magic Mouse) cursor to the search bar and scroll up and down using the mouse gesture;
  4. Zed freezes, and the CPU usage of Zed shows 100% in Activity Monitor.app.

Environment

Zed: v0.149.3 (Zed) OS: macOS 14.6.1 Memory: 64 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

Zed.log


honood commented 3 weeks ago

Screen recording of reproduction

https://github.com/user-attachments/assets/8a7cf28d-ecb6-4a0b-8749-a239df5bb745

honood commented 3 weeks ago

Related issue #15622

honood commented 2 weeks ago

Hi, @JosephTLyons. I just cloned the Zed source code and built and ran version v0.194.5 locally. When the issue described above occurred, the locally running Zed crashed and produced the following log output. I hope this information helps in resolving the problem.

Please note that the first line in the log below is from line 13263 of crates/editor/src/editor.rs, where I inserted: println!("[DEBUG] self.end.0: {}; self.start.0: {}; self: {:?}", self.end.0, self.start.0, self);.

[DEBUG] self.end.0: 1; self.start.0: 2; self: DisplayRow(2)..DisplayRow(1)
[2024-08-25T17:05:17+08:00 ERROR zed::reliability] {
  "thread": "main",
  "payload": "attempt to subtract with overflow",
  "location_data": {
    "file": "crates/editor/src/editor.rs",
    "line": 13264
  },
  "backtrace": [
    "core::panicking::panic_fmt",
    "core::panicking::panic_const::panic_const_sub_overflow",
    "<core::ops::range::Range<editor::display_map::DisplayRow> as editor::RowRangeExt>::len",
    "<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<editor::element::EditorLayout, <editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}::{closure#0}::{closure#0}>",
    "<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_text_style::<<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}::{closure#0}, editor::element::EditorLayout>",
    "<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::window::WindowContext>::with_rem_size::<<editor::element::EditorElement as gpui::element::Element>::prepaint::{closure#0}, editor::element::EditorLayout, gpui::geometry::Pixels>",
    "<editor::element::EditorElement as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<editor::element::EditorElement>>::prepaint",
    "<gpui::element::Drawable<editor::element::EditorElement> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::window::WindowContext>::with_optional_element_state<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}>",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::elements::div::Stateful<gpui::elements::div::Div> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::window::WindowContext>::with_optional_element_state<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}>",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::elements::div::Stateful<gpui::elements::div::Div> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::view::AnyView as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView>>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::view::View<workspace::toolbar::Toolbar> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::view::View<workspace::toolbar::Toolbar>>>::prepaint",
    "<gpui::element::Drawable<gpui::view::View<workspace::toolbar::Toolbar>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::element::AnyElement>::prepaint_at::{closure#0}",
    "<gpui::window::WindowContext>::with_absolute_element_offset::<core::option::Option<gpui::window::FocusHandle>, <gpui::element::AnyElement>::prepaint_at::{closure#0}>",
    "<gpui::element::AnyElement>::prepaint_at",
    "<gpui::view::AnyView as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::view::AnyViewState, core::option::Option<gpui::element::AnyElement>, <gpui::view::AnyView as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::view::AnyView as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView>>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::element::AnyElement as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::element::AnyElement>>::prepaint",
    "<gpui::element::Drawable<gpui::element::AnyElement> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::window::WindowContext>::with_optional_element_state<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}>",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::elements::div::Stateful<gpui::elements::div::Div> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Div> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}",
    "<gpui::window::WindowContext>::with_element_offset::<(), <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}",
    "<gpui::window::WindowContext>::with_content_mask::<(core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>), <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}",
    "<gpui::window::WindowContext>::with_text_style::<<gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}::{closure#1}, (core::option::Option<gpui::window::Hitbox>, core::option::Option<gpui::elements::div::InteractiveElementState>)>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}",
    "<gpui::window::WindowContext>::with_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::window::WindowContext>::with_optional_element_state<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>::{closure#0}>",
    "<gpui::window::WindowContext>::with_optional_element_state::<gpui::elements::div::InteractiveElementState, core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Interactivity>::prepaint<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>::{closure#0}>",
    "<gpui::elements::div::Interactivity>::prepaint::<core::option::Option<gpui::window::Hitbox>, <gpui::elements::div::Div as gpui::element::Element>::prepaint::{closure#0}>",
    "<gpui::elements::div::Div as gpui::element::Element>::prepaint",
    "<gpui::elements::div::Stateful<gpui::elements::div::Div> as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>>>::prepaint",
    "<gpui::element::Drawable<gpui::elements::div::Stateful<gpui::elements::div::Div>> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::view::AnyView as gpui::element::Element>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView>>::prepaint",
    "<gpui::element::Drawable<gpui::view::AnyView> as gpui::element::ElementObject>::prepaint",
    "<gpui::element::AnyElement>::prepaint",
    "<gpui::element::AnyElement>::prepaint_as_root::{closure#0}",
    "<gpui::window::WindowContext>::with_absolute_element_offset::<core::option::Option<gpui::window::FocusHandle>, <gpui::element::AnyElement>::prepaint_as_root::{closure#0}>",
    "<gpui::element::AnyElement>::prepaint_as_root",
    "<gpui::window::WindowContext>::draw_roots",
    "<gpui::window::WindowContext>::draw",
    "<gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}",
    "<gpui::app::AppContext as gpui::Context>::update_window::<(), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>::{closure#0}",
    "<gpui::app::AppContext>::update::<core::result::Result<(), anyhow::Error>, <gpui::app::AppContext as gpui::Context>::update_window<(), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>::{closure#0}>",
    "<gpui::app::AppContext as gpui::Context>::update_window::<(), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>",
    "<gpui::app::async_context::AsyncAppContext as gpui::Context>::update_window::<(), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>",
    "<gpui::window::AnyWindowHandle>::update::<gpui::app::async_context::AsyncAppContext, (), <gpui::window::Window>::new::{closure#4}::{closure#1}::{closure#0}>",
    "<gpui::window::Window>::new::{closure#4}::{closure#1}",
    "util::measure::<(), <gpui::window::Window>::new::{closure#4}::{closure#1}>",
    "<gpui::window::Window>::new::{closure#4}",
    "<alloc::boxed::Box<dyn core::ops::function::FnMut<(), Output = ()>> as core::ops::function::FnMut<()>>::call_mut",
    "gpui::platform::mac::window::step",
    "<() as objc::message::MessageArguments>::invoke::<()>",
    "objc::message::platform::send_unverified::<objc::runtime::Object, (), ()>",
    "objc::message::send_message::<objc::runtime::Object, (), ()>",
    "<*mut objc::runtime::Object as cocoa::appkit::NSApplication>::run",
    "<gpui::platform::mac::platform::MacPlatform as gpui::platform::Platform>::run",
    "<gpui::app::App>::run::<zed::main::{closure#3}>",
    "zed::main",
    "<fn() as core::ops::function::FnOnce<()>>::call_once",
    "std::sys_common::backtrace::__rust_begin_short_backtrace::<fn(), ()>",
    "std::rt::lang_start::<()>::{closure#0}",
    "core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once",
    "std::panicking::try::do_call",
    "std::panicking::try",
    "std::panic::catch_unwind",
    "std::rt::lang_start_internal::{{closure}}",
    "std::panicking::try::do_call",
    "std::panicking::try",
    "std::panic::catch_unwind",
    "std::rt::lang_start_internal",
    "std::rt::lang_start::<()>",
    "_main"
  ],
  "app_version": "0.149.5",
  "release_channel": "Zed",
  "os_name": "macOS",
  "os_version": "14.6.1",
  "architecture": "aarch64",
  "panicked_on": 1724576717869,
  "installation_id": "9ba0ab07-8c2a-42a4-8632-cd9bd58db071",
  "session_id": "f0c98feb-9534-4cf8-806e-3850c6f0fb69"
}