rust-help-forum

11663 threads · Page 134 of 234

Mismatched types, expecting certain items in function 63 messages
Beginner Help
Async loop to thread value passing 5 messages
Beginner Help Question
anyhow/eyre interoperability 5 messages
Question
Getting dead code warning on const used in macro 9 messages
Beginner Help Question
#[derive(Debug,Default) 17 messages
Help Question
How to ignore SIGCHLD signal in Rust?? 8 messages
Beginner Help Question
How to block the SIGINT signal in Rust? 4 messages
Beginner Help Question
Lifetime issue in an open-source project 15 messages
Code Review Request Help Compiler Error
Tokio net: React to end of incoming UDP packets 5 messages
Question
Const array [0, 1, 2, 3, 4] for arbitrary numbers? 7 messages
Help
Even after I use Box, expected trait object `dyn FnOnce`, found closure. 17 messages
Help
How to do same but in rust? 18 messages
Beginner Help Question
Lifetime issue (short minimal reproducer) 38 messages
Help Compiler Error
Instrument logs don't get printed 5 messages
Help Question
How to implement a trait for different structs where some structs are mutable and some are not? 6 messages
Beginner Help Question
How to use a generic trait impl for the impl of another generic trait? 3 messages
Beginner Help Question
Expressive way of packing values & type indicator into larger value 8 messages
Help
Iterators without allocating. 7 messages
Beginner Help
How to Hold `Writer`/`BufReader` in struct? 3 messages
Help
What is the difference between Box<dyn MyTrait> and generic type T with <T: MyTrait> constraint? 8 messages
Beginner Question
A doubt regrading transpiling 4 messages
Question
async help 13 messages
Beginner Help
Idiomatic Option<&T> to Vec<T>? 3 messages
Help
Recursion with &mut self 25 messages
Beginner Help
What kind of Atomic Ordering would I want for an atomic... 21 messages
Help Question
I need some help fighting the compiler 15 messages
Help Compiler Error
Better way of converting `&'a UnsafeCell<T>` to `&'a mut T` 5 messages
Question
Is it possible to reserve an amount of memory from the operating system before even allocating? 66 messages
Question
syn trouble to get argument on a proc macro 17 messages
Help Question
Trait impl for a generic T: &T or &mut T 8 messages
Help Question
How can I avoid allocation when filtering on a set of items with a higher order function? 37 messages
Help Question
Concat strings (coming from Go) 2 messages
Beginner Help Question
Priority Queue 3 messages
Code Review Request
Borrow checker - mutable hashmap recursion 76 messages
Question Compiler Error
Lifetimes with async break for globally defined async clojures 12 messages
Beginner Help Question
Recommended array size 10 messages
Beginner Help Question
my nom parser is 99% of the way there, but I can't fix an edge case! 5 messages
Help
Cannot use repeating parameter in macro 5 messages
Beginner Help Question
Return Local Owned as Borrow (similar to cow without clone) 7 messages
Beginner Help Question
Struct that stores a function 2 messages
Code Review Request
How to do runtime "parameterization"? 5 messages
Discussion Question
align_up method? 4 messages
Question
I can't hear tts 8 messages
Beginner Help
CARGO_MANIFEST_DIR missing at runtime when running executable 4 messages
Tooling Help Help Question
Trait objects with subtraits 7 messages
Help Question
Can't get vulkan working 27 messages
Help
spawn_pinned_with_tracing 7 messages
Help
Silly assembler extremely overcomplicated edition! 11 messages
Code Review Request
Workarounds for a compiler limitation in async rust 11 messages
Help Compiler Error
highly composite numbers performance reduction porting from C++ to rust 44 messages
Code Review Request Help