thiserror/tests/ui
2024-05-17 15:34:04 +02:00
..
bad-field-attr.rs Reject transparent attr in field attribute position 2020-04-27 15:48:44 -07:00
bad-field-attr.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
concat-display.rs Provide suggestion for anyone grepping for concat 2020-10-17 11:00:59 -07:00
concat-display.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
duplicate-enum-source.rs Split duplicate-source ui test 2019-12-18 11:00:35 -08:00
duplicate-enum-source.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
duplicate-fmt.rs Set up some trybuild tests 2019-10-11 11:47:57 -07:00
duplicate-fmt.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
duplicate-struct-source.rs Split duplicate-source ui test 2019-12-18 11:00:35 -08:00
duplicate-struct-source.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
duplicate-transparent.rs Add trybuild tests for transparent feature 2019-11-30 23:39:30 -08:00
duplicate-transparent.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
fallback-impl-with-display.rs use core::fmt instead of std::fmt 2024-05-17 15:34:04 +02:00
fallback-impl-with-display.stderr Add ui test where fallback impl conflicts with handwritten Display 2023-12-15 14:18:41 -08:00
from-backtrace-backtrace.rs Format ui tests with rustfmt 2023-10-19 11:05:01 -07:00
from-backtrace-backtrace.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
from-not-source.rs Validate #[from] attribute 2019-10-12 17:55:29 -07:00
from-not-source.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
invalid-input-impl-anyway.rs Emit an Error impl even in the presence of bad attributes 2023-12-15 14:12:13 -08:00
invalid-input-impl-anyway.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
lifetime.rs use core::fmt instead of std::fmt 2024-05-17 15:34:04 +02:00
lifetime.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
missing-display.rs Restore UI test involving missing Display impl 2023-12-15 10:47:29 -08:00
missing-display.stderr Regenerate missing-display.stderr using modern trybuild 2023-12-15 10:47:33 -08:00
missing-fmt.rs Set up some trybuild tests 2019-10-11 11:47:57 -07:00
missing-fmt.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
no-display.rs Change ui tests to work whether or not rust-src is installed 2020-09-04 23:39:02 -07:00
no-display.stderr Update ui test suite to nightly-2024-02-08 2024-02-07 21:13:02 -08:00
source-enum-not-error.rs Format ui tests with rustfmt 2023-10-19 11:05:01 -07:00
source-enum-not-error.stderr Update ui test suite to nightly-2024-02-08 2024-02-07 21:13:02 -08:00
source-enum-unnamed-field-not-error.rs Change span of as_dyn_error() to point compile error at attribute. 2023-10-19 17:09:30 +02:00
source-enum-unnamed-field-not-error.stderr Update ui test suite to nightly-2024-02-08 2024-02-07 21:13:02 -08:00
source-struct-not-error.rs Change ui tests to work whether or not rust-src is installed 2020-09-04 23:39:02 -07:00
source-struct-not-error.stderr Update ui test suite to nightly-2024-02-08 2024-02-07 21:13:02 -08:00
source-struct-unnamed-field-not-error.rs Change span of as_dyn_error() to point compile error at attribute. 2023-10-19 17:09:30 +02:00
source-struct-unnamed-field-not-error.stderr Update ui test suite to nightly-2024-02-08 2024-02-07 21:13:02 -08:00
transparent-display.rs Add trybuild tests for transparent feature 2019-11-30 23:39:30 -08:00
transparent-display.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
transparent-enum-many.rs Add trybuild tests for transparent feature 2019-11-30 23:39:30 -08:00
transparent-enum-many.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
transparent-enum-not-error.rs Format ui tests with rustfmt 2023-10-19 11:05:01 -07:00
transparent-enum-not-error.stderr Update ui test suite to nightly-2024-01-31 2024-01-30 22:18:29 -08:00
transparent-enum-source.rs Add trybuild tests for transparent feature 2019-11-30 23:39:30 -08:00
transparent-enum-source.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
transparent-enum-unnamed-field-not-error.rs Change span of as_dyn_error() to point compile error at attribute. 2023-10-19 17:09:30 +02:00
transparent-enum-unnamed-field-not-error.stderr Update ui test suite to nightly-2024-01-31 2024-01-30 22:18:29 -08:00
transparent-struct-many.rs Add trybuild tests for transparent feature 2019-11-30 23:39:30 -08:00
transparent-struct-many.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
transparent-struct-not-error.rs Change span of as_dyn_error() to point compile error at attribute. 2023-10-19 17:09:30 +02:00
transparent-struct-not-error.stderr Update ui test suite to nightly-2024-01-31 2024-01-30 22:18:29 -08:00
transparent-struct-source.rs Add trybuild tests for transparent feature 2019-11-30 23:39:30 -08:00
transparent-struct-source.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
transparent-struct-unnamed-field-not-error.rs Change span of as_dyn_error() to point compile error at attribute. 2023-10-19 17:09:30 +02:00
transparent-struct-unnamed-field-not-error.stderr Update ui test suite to nightly-2024-01-31 2024-01-30 22:18:29 -08:00
unexpected-field-fmt.rs Reject display attribute on a field 2019-10-12 13:45:26 -07:00
unexpected-field-fmt.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
unexpected-struct-source.rs Reject source attribute not on a field 2019-10-12 13:42:11 -07:00
unexpected-struct-source.stderr Fix redundant "Error doesn't implement Display" in fallback 2023-12-15 14:12:30 -08:00
union.rs Set up some trybuild tests 2019-10-11 11:47:57 -07:00
union.stderr Work around trivial bounds being unstable 2023-12-15 14:13:00 -08:00