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
Understanding non lexical lifetimes when calling functions that return reference
Jun 30, 2026
rust
borrow-checker
ownership
borrowing
What's the most idiomatic Rust way to modify an optional element of a Vec conditionally?
Jun 28, 2026
rust
idioms
borrow-checker
Borrowing errors bypassable with an intermediate variable
Jun 16, 2026
rust
compiler-errors
borrow-checker
borrow
How do I destructure an object without dropping it?
Jun 16, 2026
rust
borrow-checker
ownership
drop
What counts as a temporary variable in rust? [duplicate]
Jun 13, 2026
reference
rust
borrow-checker
Parallel write to array with a unique indices array
Jun 13, 2026
arrays
rust
parallel-processing
borrow-checker
rayon
Ownership problem with char to string conversion
Jun 12, 2026
string
rust
char
borrow-checker
ownership
Why does Vec<T>::split_at_mut borrow the vector for the rest of the scope?
Jun 12, 2026
rust
borrow-checker
Satisfying the Rust borrow checker with structs
Jun 09, 2026
rust
borrow-checker
Rust Borrow Checker Question: Don't know where immutable borrow happens that prevents compiling
Jun 06, 2026
rust
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
Older Entries »