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
How do I get a function to return a Vec of string-like things?
May 18, 2022
rust
borrow-checker
Will the non-lexical lifetime borrow checker release locks prematurely?
May 09, 2022
rust
mutex
raii
borrow-checker
Why can the Rust compiler break borrowing rules when using Rust 1.31?
Jul 26, 2022
rust
borrow-checker
borrowing
"borrowed value does not live long enough" with a generic function that returns impl trait
Apr 01, 2022
generics
rust
borrow-checker
How are return values of type `impl Trait` borrow-checked?
Jan 19, 2022
rust
borrow-checker
What does "borrowed data cannot be stored outside of its closure" mean?
Jun 15, 2022
rust
closures
borrow-checker
ownership
Why is it possible to return a mutable reference to a literal from a function?
Nov 12, 2022
rust
borrow-checker
Pushing something into a vector depending on its last element
May 16, 2018
rust
borrow-checker
Why rust ignore lifetime checks on &str?
Oct 16, 2022
rust
lifetime
borrow-checker
ownership
borrowing
Swapping two local references leads to lifetime error
Apr 04, 2022
rust
lifetime
borrow-checker
borrowing
How to tell the borrow checker that a cleared Vec contains no borrows? [duplicate]
May 24, 2022
rust
borrow-checker
What is Rust's borrow checker really complaining about here?
Nov 03, 2022
rust
borrow-checker
How to convert C variable-length array code to Rust?
Aug 30, 2021
rust
variable-length-array
borrow-checker
Is it possible to borrow parts of a struct as mutable and other parts as immutable?
May 13, 2021
rust
borrow-checker
Why nested iterator closures won't copy values from outer scope
Mar 22, 2021
closures
rust
borrow-checker
Can't borrow mutably within two different closures in the same scope
May 03, 2020
rust
closures
borrow-checker
How to move values out of a vector when the vector is immediately discarded?
Mar 25, 2021
rust
borrow-checker
How to reason formally about programs using non lexical lifetimes
Mar 09, 2022
rust
borrow-checker
« Newer Entries
Older Entries »