Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in lifetime
Refactoring messes up mutable borrow - why?
Aug 17, 2026
rust
lifetime
Why do I need an apparently useless type annotation when a closure matches against an enum-with-lifetime argument?
Aug 17, 2026
rust
closures
pattern-matching
lifetime
Why can you borrow a mutable reference and still use both?
Aug 17, 2026
rust
lifetime
rust-cargo
borrow-checker
borrowing
Using the same lifetime for the pointer and the lifetime parameter of the struct it points to
Aug 16, 2026
rust
lifetime
borrowing
Define lifetime for associative type without lifetime bound
Aug 13, 2026
rust
lifetime
Map boxed values to mutable dereferenced values in Rust
Aug 12, 2026
iterator
rust
lifetime
How does one restrict a lifetime to a closure environment in rust?
Aug 10, 2026
rust
lifetime
borrowed value does not live long enough in loop
Aug 09, 2026
reference
rust
lifetime
borrowing
Why am I allowed to do a mutable borrow of variable more than once? [duplicate]
Aug 07, 2026
rust
terminology
lifetime
lifetime-scoping
How to use the Rust type system to prevent output to stdout?
Aug 05, 2026
rust
locking
lifetime
borrow-checker
borrowing
Is there a way to avoid adding lifetimes to all downstream structs when I add a lifetime?
Aug 05, 2026
rust
lifetime
Statically declared struct with method taking a non-static reference
Aug 05, 2026
rust
lifetime
How to resolve "indicate anonymous lifetime <'_>" error?
Aug 03, 2026
rust
reference
lifetime
borrow-checker
borrowing
Why does modifying a mutably borrowed variable and keeping it unused not throw an error [duplicate]
Aug 01, 2026
rust
terminology
lifetime
lifetime-scoping
How can I enforce lifetimes for a struct that contains a raw pointer?
Aug 01, 2026
rust
lifetime
borrow-checker
Windows Phone 8 application lifetime events and async / await
Jul 27, 2026
.net
windows-phone-8
async-await
lifetime
Rust: why does borrowing a reference inside struct borrow the whole struct?
Jul 26, 2026
rust
lifetime
borrow-checker
Older Entries »