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
How to pass a struct implementing multiple traits to a function accepting those traits as &mut?
Jun 01, 2026
rust
reference
traits
borrow-checker
mutable
Two mutable borrows happen on the same line?
May 30, 2026
rust
borrow-checker
Rust moving value into both sides of map_or_else?
May 27, 2026
rust
closures
higher-order-functions
borrow-checker
Rust, how to copy the inner value out from Rc<RefCell<T>> and return it?
May 26, 2026
rust
borrow-checker
refcell
Mutable borrow issue while looping with reference pivot
May 24, 2026
rust
borrow-checker
How to use a struct's member as its own key when inserting the struct into a map without duplicating it?
May 22, 2026
rust
borrow-checker
How to find or insert into a Vec [duplicate]
May 22, 2026
rust
borrow-checker
How to keep using a value after pushing it into a vector?
May 20, 2026
vector
rust
borrow-checker
Get HashMap entry or add it if there isn't one
May 17, 2026
rust
hashmap
borrow-checker
Rust E0506 (assignment to borrowed value): "borrow later used here" on seemingly unrelated expression
May 11, 2026
rust
borrow-checker
Struggling with interior mutability
May 10, 2026
rust
borrow-checker
mutability
Does Rust narrow lifetimes to satisfy constraints defined on them?
May 09, 2026
rust
reference
lifetime
borrow-checker
borrowing
why doesn't this variable live long enough?
Apr 30, 2026
rust
ownership
borrow-checker
How to borrow two disjoint fields when the borrow is behind a method call?
Apr 27, 2026
rust
borrow-checker
Rust Rc<RefCell>::borrow_mut returns &mut Rc<RefCell<T>> instead of RefMut<T>
Apr 27, 2026
rust
borrow-checker
refcell
Remove elements of vector in a loop based on index
Apr 27, 2026
vector
rust
borrow-checker
Why does a call to `fn pop(&mut self) -> Result<T, &str>` continue to borrow my data structure?
Apr 25, 2026
rust
borrow-checker
Threaded calling of functions in a vector
Apr 25, 2026
multithreading
function
rust
borrow-checker
Is it possible to modify a value that is being pattern-matched on? [duplicate]
Apr 22, 2026
rust
match
lifetime
borrow-checker
Older Entries »