rust-throw icon indicating copy to clipboard operation
rust-throw copied to clipboard

Compile time stack traces for Rust errors (no backtrace!)

Results 2 rust-throw issues
Sort by recently updated
recently updated
newest added

Hello I am trying to compile my code and I get the following error: ``` error[E0277]: the trait bound `builders::java::throw::Error: std::convert::From` is not satisfied --> src/commands.rs:94:9 | 94 | throw_new!("Failure...

I'm not a user, but this crate came up in https://github.com/rust-lang/libs-team/issues/615.