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
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
nom parser borrow checker issue
Jan 28, 2023
rust
borrow-checker
nom
How to borrow the T from a RefCell<T> as a reference?
Jan 05, 2023
generics
reference
rust
borrow-checker
Changing a node in a tree in Rust
Dec 27, 2022
rust
borrow-checker
Cannot borrow immutable borrowed HashMap cache as mutable in a recursive Fibonacci implementation
Dec 20, 2022
rust
mutable
borrow-checker
How to eliminate partial move when calling map on an iterator
Dec 20, 2022
collections
rust
borrow-checker
Lifetimes for method returning iterator of structs with same lifetime
Dec 16, 2022
rust
lifetime
borrow-checker
Why does taking a static reference to a const return a reference to a temporary variable?
Dec 08, 2022
rust
lifetime
borrow-checker
Implicit ownership within Rust [duplicate]
Nov 17, 2022
reference
rust
borrow-checker
Is there a CloneMut trait?
Nov 10, 2022
rust
clone
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 »