rust-help-forum

11663 threads · Page 103 of 234

Funge-98 Instruction Pointer help 8 messages
Help Question
[SOLVED] How to setup VSCode debugging for subfolder containing crate? 2 messages
Beginner Tooling Help Help Question
Save logs into file 25 messages
Tooling Help Beginner Help Question
[SOLVED] Cloning very big Vec<f32> - Can `Rc<Vec<f32>>` decrease cloning overhead? 21 messages
Question
"cannot borrow as mutable more than once at a time" 2 messages
Help Compiler Error
Doing almost the same thing as in the Rust Book but getting an error 14 messages
Compiler Error
Interactive Shell in Rust 4 messages
Question
error[E0698]: type inside `async` block must be known in this context 5 messages
Compiler Error
Future created is not `Send` 4 messages
Help Compiler Error
pass mut ref of struct into a func of its child i guess idk 2 messages
Beginner Question
how to fix "the type parameter `FunctionArgs` is not constrained by the impl trait, self" 18 messages
Help Compiler Error
Injecting json in doc comments from a `tt` in a `macro_rules!` 12 messages
Question
Is this a bug or intended behaviour? 23 messages
Question
Is it not possible to use the `block' type of a macro to make methods? 9 messages
Discussion Question
serde_json: missing field `usage` 10 messages
Help
`impl` to `dyn` conversion syntax 5 messages
Question
ordering quetsion 4 messages
Beginner
Closure switching borrow checker error 9 messages
Help Question Compiler Error
Published Crate Dependencies 2 messages
Question
Godot + Rust? 2 messages
Beginner Discussion Question
Producing `cdylib` when compiling integration tests 4 messages
Tooling Help Help
help😢 7 messages
Code Review Request Help
referencing an internal struct field at instantiation (?) 7 messages
Help
Why does the video encoding fail, but not always... 7 messages
Code Review Request Beginner Help Question
Parsing C syntax 59 messages
Help Discussion Question
Return type async closure contains a lifetime '2 24 messages
Beginner Help Compiler Error
How do you set a rust example file to use a cargo dev profile when using rust-analyzer? 13 messages
Question
Can't build `can't find crate for \`wasm_bindgen\`` 4 messages
Beginner Help Question
How to use Global State in a WASM Module 17 messages
Beginner Question
Using a String in a struct 2 messages
Beginner Help
TicTacToe 4 messages
Code Review Request Beginner
Scope confusion in Macros 11 messages
Question Compiler Error
Ensure all Result<> are explicitly handled in production build 4 messages
Beginner Question
Best way to stop a thread 30 messages
Help Code Review Request Discussion Question
How to deal with borrowing mutably and immutably in the same scope? 19 messages
Code Review Request Beginner Question
Get Disparate Enum Values 4 messages
Question
file not found in crate problem (no LSP) 5 messages
Tooling Help Beginner Help
How to make 2 distinct enum variants hash to the same value? 32 messages
Help
cpu choice 4 messages
Question
My code seems slow, what am I doing wrong? 19 messages
Code Review Request Help Question
Opengl Widget Library 43 messages
Help Question
Cant cross compile sqlite from linux to run windows 9 messages
Beginner Tooling Help Question Compiler Error
What is best strategy for serializing (using serde) an external type that I do not control? 14 messages
Help Question
Rust have a Docker repository? 3 messages
Question
Why is cloning to a vector much slower than cloning? 115 messages
Question
I need to use 2 mutable references, is there a way around this? 2 messages
Help
iterator next, lifetime may not live long enough 3 messages
Beginner Help Question Compiler Error
Replace value from behind mutable reference with one which contains it 17 messages
Beginner Question
HRTB and GAT combination question 4 messages
Help Question
Single evaluation for multiple parameters inside a macro 28 messages
Help Question