Files
thoughtsync/desktop/src-tauri
bvandeusenandClaude Opus 4.8 3958db0a8b
Desktop (Tauri) / Tauri desktop (Linux) (push) Successful in 3m20s
desktop M10.4: fix stmt lifetime in reminders/search
Both chained `stmt.query_map(...)?.collect()?` as the block's tail expression,
so the prepared statement (a block local) was dropped before the borrow held by
the mapped rows ended (E0597). Bind `let rows` first, matching every other query
in the file. rustc error, so this also unblocks test + the release build.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FRgehjoz7Yv8LkUfADxACm
2026-07-24 23:10:22 -04:00
..