.. |
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
|
Implement #[error(fmt = ...)]
|
2024-11-05 17:22:27 -05: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
|
Implement #[error(fmt = ...)]
|
2024-11-05 17:22:27 -05:00 |
duplicate-fmt.stderr
|
Implement #[error(fmt = ...)]
|
2024-11-05 17:22:27 -05: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 |
expression-fallback.rs
|
Add ui test of invalid expression syntax in display attribute
|
2024-11-09 22:16:01 -08:00 |
expression-fallback.stderr
|
Fix fallback fmt expression parser hang
|
2024-11-09 22:21:24 -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
|
Standardize on 'Error, Debug' derive order
|
2024-12-07 08:48:24 -08: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
|
Add "in this derive macro expansion" to missing Display errors
|
2024-12-07 08:58:16 -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
|
Extend no-display ui test to cover another fmt trait
|
2024-11-10 13:08:53 -08:00 |
no-display.stderr
|
Use Var wrapper only for Pointer formatting
|
2024-11-10 13:11:21 -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
|
FIx typo in ui test
|
2024-12-21 10:20:21 -08:00 |
same-from-type.stderr
|
FIx typo in ui test
|
2024-12-21 10:20:21 -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
|
Try joining a span for #[source] and #[from]
|
2024-11-05 00:14:46 -05: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
|
Try joining a span for #[source] and #[from]
|
2024-11-05 00:14:46 -05:00 |
struct-with-fmt.rs
|
Implement #[error(fmt = ...)]
|
2024-11-05 17:22:27 -05:00 |
struct-with-fmt.stderr
|
Implement #[error(fmt = ...)]
|
2024-11-05 17:22:27 -05: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
|
Use ui test syntax that does not interfere with rustfmt
|
2024-11-10 23:51:28 -08:00 |
unconditional-recursion.stderr
|
Use ui test syntax that does not interfere with rustfmt
|
2024-11-10 23:51:28 -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 |