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
"borrowed value does not live long enough" when using a struct with a slice
Apr 30, 2022
rust
borrow-checker
rust-obsolete
How to lazily create map entry whose construction uses self in Rust
Sep 02, 2022
hashmap
rust
borrow-checker
How do I implement a container with support for a mutable iterator? [duplicate]
Dec 04, 2021
rust
lifetime
borrow-checker
How can I simultaneously iterate over a Rust HashMap and modify some of its values?
Aug 23, 2022
rust
borrow-checker
Mutate a field of a Vec's element while looping over a field of another element in the same Vec
Jul 29, 2022
rust
borrow-checker
Why do we need Rc<T> when immutable references can do the job?
Sep 12, 2022
rust
reference
immutability
borrow-checker
ownership
Implementing a "cautious" take_while using Peekable
Jun 06, 2021
iterator
rust
traits
borrow-checker
Why is indexing a mutable vector based on its len() considered simultaneous borrowing?
Aug 27, 2021
rust
borrow-checker
Can you control borrowing a struct vs borrowing a field?
Aug 30, 2018
rust
borrow-checker
Can I make a struct that works with both values and borrowed references to a trait?
Apr 27, 2022
rust
traits
borrow-checker
How is a destructor call `fn drop(&mut self)` call inserted when the owning variable is immutable?
Sep 25, 2020
pointers
rust
ownership
borrow-checker
Why are multiple mutable borrows possible in the same scope?
Sep 15, 2022
rust
borrow-checker
Why can borrowed string literal outlive its owner by faking a lifetime?
Mar 14, 2022
rust
lifetime
borrow-checker
borrowing
Cannot borrow `*self` as mutable more than once at a time when returning a Result containing a reference
Jun 24, 2022
rust
borrow-checker
HashMap key does not live long enough
Sep 02, 2021
rust
borrow-checker
Returning a RWLockReadGuard independently from a method
Jan 26, 2021
rust
borrow-checker
rwlock
How to interpret immutable references to mutable types in Rust?
Aug 25, 2022
rust
immutability
borrow-checker
mutability
Cannot borrow as mutable in a loop when calling a closure that borrows as immutable?
Sep 22, 2022
rust
closures
borrow-checker
Why does the borrow checker not understand that borrowing different parts of a slice is fundamentally okay?
May 23, 2022
rust
borrow-checker
Do lifetime annotations in Rust change the lifetime of the variables?
Oct 03, 2022
reference
rust
lifetime
borrow-checker
« Newer Entries
Older Entries »