thiserror-nostd-notrait/tests
David Tolnay 21198c9c0a
Move multiple-provide test into test_backtrace
Currently fails with:

    error[E0034]: multiple applicable items in scope
       --> tests/test_backtrace.rs:165:13
        |
    165 |             x: std::io::Error,
        |             ^ multiple `provide` found
        |
        = note: candidate #1 is defined in an impl of the trait `Provider` for the type `E`
        = note: candidate #2 is defined in an impl of the trait `std::error::Error` for the type `std::io::Error`
    help: disambiguate the associated function for candidate #1
        |
    165 |             Provider::provide(&x, Error): std::io::Error,
        |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    help: disambiguate the associated function for candidate #2
        |
    165 |             std::error::Error::provide(&x, Error): std::io::Error,
        |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-09-13 11:31:51 -07:00
..
ui Move multiple-provide test into test_backtrace 2022-09-13 11:31:51 -07:00
compiletest.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00
test_backtrace.rs Move multiple-provide test into test_backtrace 2022-09-13 11:31:51 -07:00
test_deprecated.rs Revert "Delete broken #[deprecated] test" 2022-08-30 19:14:00 -07:00
test_display.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00
test_error.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00
test_expr.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00
test_from.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00
test_generics.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00
test_lints.rs Revert "Ignore buggy nonstandard_macro_braces clippy lint" 2021-09-04 12:41:36 -07:00
test_option.rs Update backtrace test to provider API 2022-08-30 19:08:59 -07:00
test_path.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00
test_source.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00
test_transparent.rs Remove clippy deny attributes from test suite 2022-04-24 15:22:58 -07:00