thiserror/tests/ui
2024-11-04 23:47:27 -05: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 Improve error on malformed format attribute 2024-10-31 14:25:18 -07:00
display-underscore.rs Add test of underscore variable in format string 2024-11-04 15:15:44 -05:00
display-underscore.stderr Add test of underscore variable in format string 2024-11-04 15:15:44 -05: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
numbered-positional-tuple.rs Disable numbered access to positional args on tuples 2024-11-04 20:00:31 -05:00
numbered-positional-tuple.stderr Disable numbered access to positional args on tuples 2024-11-04 20:00:31 -05:00
raw-identifier.rs Add ui test of raw identifier in format string 2024-11-04 15:22:04 -05:00
raw-identifier.stderr Add ui test of raw identifier in format string 2024-11-04 15:22:04 -05:00
same-from-type.rs Add ui test of colliding From impls 2024-11-04 23:47:27 -05:00
same-from-type.stderr Add ui test of colliding From impls 2024-11-04 23:47:27 -05: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
unconditional-recursion.rs Recognize infinite recursion caused by {self} 2024-11-04 22:28:23 -05:00
unconditional-recursion.stderr Recognize infinite recursion caused by {self} 2024-11-04 22:28:23 -05: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