Main public logs
Appearance
Combined display of all available logs of JOHNWICK. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:33, 15 November 2025 PC talk contribs created page Rust’s Lifetime Rules Make No Sense — Until You Debug This Error (Created page with "I spent three hours staring at a compiler error that made absolutely no sense. error[E0597]: `config` does not live long enough --> src/main.rs:12:18 | 12 | let handle = &config.database_url; | ^^^^^^^^^^^^^^^^^^^^^ borrowed value does not live long enough 13 | } | - `config` dropped here while still borrowed Wait. Let me show you the actual code because without context this looks insane: struct Pool<'a> { url: &'a str, // storing a b...")