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
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
`&` 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
Older Entries »