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 borrow-checker
Safely terminate running threads inside a ThreadPool?
Nov 02, 2025
rust
borrow-checker
ownership
Peek iterator inside `for` loop
Nov 03, 2025
rust
borrow-checker
How to rereference a mutable slice [duplicate]
Oct 31, 2025
rust
lifetime
borrow-checker
Drop a immutable borrow to make a mutable borrow
Oct 31, 2025
rust
borrow-checker
How to pass an Arc clone to a closure?
Oct 29, 2025
rust
closures
lifetime
borrow-checker
trait-objects
Temporary value dropped while borrowed when printing `format_args!`
Oct 30, 2025
rust
borrow-checker
How to assign to the variable used in match expression inside a match branch?
Oct 30, 2025
rust
match
lifetime
borrow-checker
Why does rust require explicit lifetimes for mutable references but not regular reference?
Oct 25, 2025
rust
borrow-checker
Why does a refcell borrowed within an expression live longer than intended (while borrowing to a variable works)
Oct 27, 2025
rust
borrow-checker
refcell
How to force rust to drop a mutable borrow?
Oct 27, 2025
rust
borrow-checker
Why don't Deref-like traits compose?
Oct 27, 2025
rust
traits
lifetime
borrow-checker
When do user-defined rust types implement drop?
Oct 25, 2025
rust
memory-management
borrow-checker
How Option<&T> implement Copy
Oct 26, 2025
rust
borrow-checker
ownership
"borrowed data escapes outside of closure" only when using &mut or threads?
Oct 27, 2025
rust
closures
borrow-checker
Is it possible to have mutable binding and destructuring simultaneously?
Oct 26, 2025
rust
pattern-matching
destructuring
mutable
borrow-checker
Move of a struct variable is a "move" but new space in memory is allocated and addresses of underlying values are different
Oct 24, 2025
rust
borrow-checker
Why do Rust lifetimes break mutable references in loops?
Oct 21, 2025
rust
refactoring
mutable
borrow-checker
What's the best borrowing accessor pattern for Optional<String>?
Oct 21, 2025
string
rust
option-type
borrow-checker
accessor
Why does this "cannot move out of `self.x` which is behind a mutable reference" error happen?
Oct 21, 2025
rust
move
borrow-checker
ownership
ownership-semantics
"Borrowed value does not live long enough", dropped when used in a loop
Oct 21, 2025
string
loops
rust
lifetime
borrow-checker
Older Entries »