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 can I change uniforms during a render pass in wgpu?
Aug 13, 2026
graphics
rust
borrow-checker
wgpu-rs
Nested loops over an iterator inRust
Aug 12, 2026
loops
rust
nested
iterator
borrow-checker
Why does entry need the ownership of key?
Aug 12, 2026
rust
hashmap
move-semantics
borrow-checker
ownership
Call field's function and pass &self in Rust
Aug 11, 2026
rust
borrow-checker
ownership
Struct with a mutable reference to another instance of the same type
Aug 10, 2026
rust
borrow-checker
One function call creates double borrow error while other does not
Aug 08, 2026
rust
borrow-checker
How can I make Rust, with the Rodio crate, load multiple sources in a Vec, so I can play them later as needed without having to load them every time?
Aug 09, 2026
rust
audio
borrow-checker
rodio
How to restructure struct such that 'Cannot borrow `x` as mutable more than once at a time' does not occur
Aug 08, 2026
rust
borrow-checker
rust-tokio
How to use the Rust type system to prevent output to stdout?
Aug 05, 2026
rust
locking
lifetime
borrow-checker
borrowing
How to resolve "indicate anonymous lifetime <'_>" error?
Aug 03, 2026
rust
reference
lifetime
borrow-checker
borrowing
function returns immutable references but borrow checker thinks otherwise
Aug 01, 2026
rust
borrow-checker
How can I enforce lifetimes for a struct that contains a raw pointer?
Aug 01, 2026
rust
lifetime
borrow-checker
Rust: why does borrowing a reference inside struct borrow the whole struct?
Jul 26, 2026
rust
lifetime
borrow-checker
How to generate iterator with sliding window pairs?
Jul 21, 2026
rust
iterator
borrow-checker
borrowing
Why can't I borrow as mutable more than once at a time in this example? [duplicate]
Jul 19, 2026
rust
borrow-checker
mutability
Borrowed value does not live long enough, unsure why it's still borrowed
Jul 13, 2026
rust
borrow-checker
How to design a mutable collection of Mutex?
Jul 10, 2026
multithreading
collections
rust
mutex
borrow-checker
Immutable object changing to mutable depending on function signature
Jul 04, 2026
rust
immutability
move-semantics
borrow-checker
Older Entries »