heapless icon indicating copy to clipboard operation
heapless copied to clipboard

#[track_caller] For functions like "from" that have unwrap() inside.

Open Pancir opened this issue 2 years ago • 0 comments

For example the function/trait String::from("some_string"). This should generate better panic information.

It is available since 1.46 https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html

Pancir avatar Mar 11 '23 16:03 Pancir