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
struct with reference to element of a vector in another field
Sep 22, 2025
rust
borrow-checker
Why can a non-capturing closure be used after transferring ownership?
Sep 18, 2025
rust
closures
borrow-checker
ownership
Cannot borrow as mutable more than once at a time
Sep 18, 2025
rust
borrow-checker
to_string() causes error "borrowed value does not live long enough"
Sep 15, 2025
rust
lifetime
borrow-checker
Returning a struct created by serde_json in a function
Sep 12, 2025
rust
borrow-checker
Why does this mutual referencing structures work in Rust with specified lifetimes?
Sep 10, 2025
rust
lifetime
borrow-checker
Modify value in HashMap while immutably borrowing the whole HashMap
Sep 09, 2025
rust
borrow-checker
How to return a reference into a Rc<RefCell<>> function argument? [duplicate]
Sep 06, 2025
rust
borrow-checker
Using slice patterns with a slice of Strings
Sep 07, 2025
pattern-matching
rust
borrow-checker
Cannot assign to `self.x` because it is borrowed
Sep 05, 2025
rust
ownership
borrow-checker
cannot borrow as mutable because it is already borrowed, when implementing graph
Sep 05, 2025
rust
borrow-checker
How to solve [E0382]: use of moved value in a for loop?
Sep 03, 2025
rust
borrow-checker
ownership
Am I incorrectly implementing IntoIterator for a reference or is this a Rust bug that should be reported?
Sep 02, 2025
iterator
rust
lifetime
borrow-checker
Borrowed value does not live long enough when creating a Vec
Mar 19, 2023
rust
lifetime
borrow-checker
immutable value is still being moved
Mar 04, 2023
rust
closures
borrow-checker
ownership
borrowing
Am I incorrectly implementing IntoIterator for a reference to a LazyList implementation or is this a Rust bug?
Feb 08, 2023
rust
lifetime
borrow-checker
borrowing
lifetime-scoping
How to iterate over mutable elements inside another mutable iteration over the same elements?
Feb 01, 2023
rust
borrow-checker
Why is Rust NLL not working for multiple borrows in the same statement?
Sep 03, 2025
rust
borrow-checker
Why does returning early not finish outstanding borrows?
Sep 04, 2025
return
rust
borrow-checker
If the return value of a function has the same lifetime as one of the arguments, then the return value is considered a borrow of the argument?
Sep 02, 2025
rust
lifetime
borrow-checker
Older Entries »