rust/tests/ui/structs/default-field-values
2025-06-02 15:37:15 +00:00
..
auxiliary
do-not-ice-on-invalid-lifetime.rs Do not recover missing lifetime with random in-scope lifetime 2025-03-03 05:57:55 +00:00
do-not-ice-on-invalid-lifetime.stderr Do not recover missing lifetime with random in-scope lifetime 2025-03-03 05:57:55 +00:00
empty-struct.rs Disallow A { .. } if A has no fields 2025-01-18 21:05:09 +00:00
empty-struct.stderr Disallow A { .. } if A has no fields 2025-01-18 21:05:09 +00:00
failures.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
failures.stderr compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
field-references-param.rs Allow struct field default values to reference struct's generics 2025-03-04 01:00:55 +00:00
invalid-const.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
invalid-const.stderr Clarify why we are talking about a failed const eval at a random place 2025-06-02 15:37:15 +00:00
non-exhaustive-ctor.disabled.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
non-exhaustive-ctor.enabled.fixed Detect missing fields with default values and suggest .. 2025-01-21 21:26:37 +00:00
non-exhaustive-ctor.enabled.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
non-exhaustive-ctor.rs Detect missing fields with default values and suggest .. 2025-01-21 21:26:37 +00:00
post-mono.direct.stderr Clarify why we are talking about a failed const eval at a random place 2025-06-02 15:37:15 +00:00
post-mono.indirect.stderr Clarify why we are talking about a failed const eval at a random place 2025-06-02 15:37:15 +00:00
post-mono.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
support.rs
use-normalized-ty-for-default-struct-value.rs
visibility.rs Emit a single privacy error for multiple fields on the same struct expression 2025-01-18 20:33:15 +00:00
visibility.stderr Emit a single privacy error for multiple fields on the same struct expression 2025-01-18 20:33:15 +00:00