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
`&` reference, so the data it refers to cannot be borrowed as mutable
Apr 20, 2026
rust
borrow-checker
A borrow checker problem with a loop and non-lexical lifetimes [duplicate]
Apr 20, 2026
rust
borrow-checker
Why does rust consider borrows active in other branches
Apr 20, 2026
rust
borrow-checker
Why can't I hold back a box?
Apr 18, 2026
rust
borrow-checker
When is a static lifetime not appropriate?
Apr 17, 2026
rust
lifetime
borrow-checker
How can multiple parts of self be borrowed here? Isn't self borrowed mutably as well as immutably here?
Apr 17, 2026
rust
lifetime
self
borrow-checker
borrowing
How to REALLY PROPERLY convert mutable reference to immutable reference in Rust?
Apr 13, 2026
rust
reference
borrow-checker
ownership
Reverse order of a reference to immutable array slice
Mar 31, 2026
rust
borrow-checker
Cannot assign to struct field because it is already borrowed, yet borrowed field is in separate scope
Mar 31, 2026
rust
borrow-checker
How to get multiple mutable references to elements in a Vec?
Mar 27, 2026
vector
rust
reference
borrow-checker
borrowing
Prevent cannot borrow `*self` as immutable because it is also borrowed as mutable when accessing disjoint fields in struct?
Mar 20, 2026
rust
borrow-checker
Is there a difference between using a reference, and using an owned value in Rust?
Mar 18, 2026
rust
reference
borrow-checker
ownership
borrowing
Why may a closure outlive the current function by borrowing a u32?
Mar 13, 2026
rust
closures
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
Older Entries »