Search code examples
How to get mutable struct from HashMap?...


rustborrow-checker

Read More
Borrowed value does not live long enough compiler error for struct...


rustborrow-checker

Read More
Unable to re-borrow a variable because I cannot borrow immutable local variable as mutable...


rustborrow-checker

Read More
Textfile-parsing function fails to compile owing to lifetime/borrow error...


rusttext-parsinglifetimeborrow-checker

Read More
Textfile-parsing function fails to compile owing to type-mismatch error...


rusttext-parsinglifetimetype-mismatchborrow-checker

Read More
How is a destructor call `fn drop(&mut self)` call inserted when the owning variable is immutabl...


pointersrustownershipborrow-checker

Read More
Modifying one attribute of a struct while iterating over another attribute...


iteratorrustborrow-checker

Read More
Threaded calling of functions in a vector...


multithreadingfunctionrustborrow-checker

Read More
Regex capture iterator method moves iterator...


regexiteratorrustborrow-checker

Read More
How to convert C variable-length array code to Rust?...


rustvariable-length-arrayborrow-checker

Read More
How to use (unsafe) aliasing?...


ruststrict-aliasingborrow-checker

Read More
Accessing hashmap field value as &mut inside struct impl...


hashmaprustborrow-checker

Read More
Confusion with short lived lifetimed values that (on the surface) seem perfectly safe...


rustlifetimeborrow-checker

Read More
as_mut().unwrap(): Cannot infer lifetime due to conflicting requirements...


rustlifetimeborrow-checker

Read More
Match statement with explicit return of a borrowed reference...


rustborrow-checker

Read More
Why is variable scope dependent on the definition order?...


rustborrow-checker

Read More
Borrow checker on parent-child relation...


rustborrow-checker

Read More
Is this kind of borrowing the "Rust way"?...


rustborrow-checker

Read More
Storing mutable references and lifetimes...


rustlifetimeborrow-checker

Read More
Cannot borrow pointer even if previous borrow is "forgotten"?...


rustborrow-checker

Read More
Changing a node in a tree in Rust...


rustborrow-checker

Read More
Borrow checker failing when using traits as type parameter...


rustborrow-checker

Read More
How to return a pointer to owned value that "does not live long enough"?...


rustborrow-checker

Read More
Tree traversal in Rust vs Borrow Checker...


data-structuresrustborrow-checker

Read More
Access immutable methods while iterating over a mutable member...


rustborrow-checker

Read More
Rust: error: cannot borrow immutable dereference of `&`-pointer `*strm` as mutable...


rustborrow-checker

Read More
BackNext