rust/tests/ui/rfcs/rfc-1445-restrict-constants...
Vadim Petrochenkov 2dfd2a2a24 Remove attribute `#[rustc_error]` 2025-03-30 01:32:21 +03:00
..
rfc1445 [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
allow-use-behind-cousin-variant.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
cant-hide-behind-direct-struct-embedded.rs Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-direct-struct-embedded.stderr Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-direct-struct-param.rs Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-direct-struct-param.stderr Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-doubly-indirect-embedded.rs Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-doubly-indirect-embedded.stderr Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-doubly-indirect-param.rs Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-doubly-indirect-param.stderr Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-indirect-struct-embedded.rs Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-indirect-struct-embedded.stderr Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-indirect-struct-param.rs Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
cant-hide-behind-indirect-struct-param.stderr Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
feature-gate.no_gate.stderr Remove attribute `#[rustc_error]` 2025-03-30 01:32:21 +03:00
feature-gate.rs Remove attribute `#[rustc_error]` 2025-03-30 01:32:21 +03:00
fn-ptr-is-not-structurally-matchable.rs turn pointer_structural_match into a hard error 2024-05-03 15:56:59 +02:00
fn-ptr-is-not-structurally-matchable.stderr Tweak ptr in pattern error 2024-12-04 20:29:36 +00:00
issue-6804-nan-match.rs const_to_pat: cleanup leftovers from when we had to deal with non-structural constants 2024-07-18 11:58:16 +02:00
issue-6804-nan-match.stderr Tweak output of some const pattern errors 2024-12-04 20:29:36 +00:00
issue-61188-match-slice-forbidden-without-eq.rs Reword message for non-structural type constant in pattern 2024-12-04 20:29:36 +00:00
issue-61188-match-slice-forbidden-without-eq.stderr Add more context to fall-through "const pattern of non-structural type" error 2024-12-04 20:29:36 +00:00
issue-62307-match-ref-ref-forbidden-without-eq.rs Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
issue-62307-match-ref-ref-forbidden-without-eq.stderr Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
issue-63479-match-fnptr.rs turn pointer_structural_match into a hard error 2024-05-03 15:56:59 +02:00
issue-63479-match-fnptr.stderr Tweak ptr in pattern error 2024-12-04 20:29:36 +00:00
match-empty-array-allowed-without-eq-issue-62336.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
match-requires-both-partialeq-and-eq.rs Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
match-requires-both-partialeq-and-eq.stderr Add additional context for non-sructural type constant used in pattern 2024-12-04 20:29:36 +00:00
phantom-data-is-structurally-matchable.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00