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
Move occurs because `*arg` has type `String`, which does not implement the `Copy` trait [duplicate]
Mar 11, 2026
rust
iterator
borrow-checker
How to pop a value from cons list?
Mar 08, 2026
data-structures
rust
borrow-checker
cons
Why does a | (pipe) in a rust pattern match cause a "value used after move"?
Mar 06, 2026
rust
pattern-matching
borrow-checker
rustrover
Struct methods: Cannot borrow as mutable because it is also borrowed as immutable
Feb 23, 2026
rust
borrow-checker
How to make a lifetime constraint "pass through" from object to its grandchild?
Feb 22, 2026
rust
constraints
lifetime
borrow-checker
Why does `set` method defined on `Cell<T>` explicitly drops the old value? (Rust)
Feb 15, 2026
memory
rust
cell
borrow-checker
ownership
Why do recent versions of Rust allow a `match` expression to return a reference to a temporary?
Feb 12, 2026
rust
borrow-checker
"BorrowMutError" using the Interior Mutability Pattern
Feb 03, 2026
rust
borrow-checker
borrowing
Borrow checker complains for closure inside loop if type not provided explicitly
Feb 01, 2026
rust
borrow-checker
How to define Rust HashMap where the keys are refences to the values?
Jan 25, 2026
rust
hashmap
borrow-checker
Mutable borrow too long when mutating in a loop
Dec 23, 2025
rust
reference
lifetime
mutable
borrow-checker
Why is the move keyword needed when returning a closure which captures a Copy type?
Dec 13, 2025
rust
closures
lifetime
borrow-checker
Trying to return reference from RwLock, "borrowed value does not live long enough" Error
Dec 12, 2025
hashmap
rust
borrow-checker
rwlock
Why does the borrow checker seem to keep a reference borrowed in a match statement even after the end of the block? [duplicate]
Dec 06, 2025
rust
borrow-checker
How do I modify a Vector based on information from an item in the Vector?
Dec 07, 2025
vector
rust
borrow-checker
"cannot borrow `graph` as immutable because it is also borrowed as mutable." How can I let Rust know that I'm done with that mutable borrow? [duplicate]
Dec 05, 2025
graph
rust
immutability
mutable
borrow-checker
cannot assign to `*x` because it is borrowed
Dec 07, 2025
pointers
rust
lifetime
borrow-checker
Lifetime of reference to boxed value does not live long enough
Dec 06, 2025
rust
borrow-checker
Older Entries »