thiserror/tests
David Tolnay 136859154b
Add regression test for issue 405
error[E0599]: the method `as_display` exists for reference `&<T as FromStr>::Err`, but its trait bounds were not satisfied
       --> tests/test_generics.rs:178:13
        |
    178 |     #[error("couldn't parse entry: {0}")]
        |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ method cannot be called on `&<T as FromStr>::Err` due to unsatisfied trait bounds
        |
        = note: the following trait bounds were not satisfied:
                `<T as FromStr>::Err: std::fmt::Display`
                which is required by `&<T as FromStr>::Err: AsDisplay<'_>`
2025-01-08 11:43:18 -08:00
..
no-std Allow disabling std dependency on 1.81+ 2024-11-05 21:46:11 -05:00
ui FIx typo in ui test 2024-12-21 10:20:21 -08:00
compiletest.rs Fill in ignore reasons in all #[ignore] attributes 2024-06-01 22:16:16 -07:00
test_backtrace.rs Add test of r#Backtrace that is not std::backtrace::Backtrace 2024-11-04 16:36:07 -05:00
test_display.rs Add regression test for issue 398 2024-12-17 19:14:03 -08:00
test_error.rs use core::fmt instead of std::fmt 2024-05-17 15:34:04 +02:00
test_expr.rs Add regression test for issue 335 2024-11-02 09:42:15 -07:00
test_from.rs Ignore extra_unused_type_parameters clippy lint in test 2023-02-10 19:17:59 -08:00
test_generics.rs Add regression test for issue 405 2025-01-08 11:43:18 -08:00
test_lints.rs Avoid associating #[from] with lint allow 2024-12-13 14:06:02 -08:00
test_option.rs No need for dead code if struct fields are public 2024-06-07 19:38:42 -07:00
test_path.rs Add test of Debug and Display of paths 2024-11-10 12:57:31 -08:00
test_source.rs Add test of r#source that is not Error::source 2024-11-04 16:35:28 -05:00
test_transparent.rs Add test of transparent variant in enum with format args 2024-11-05 17:02:35 -05:00