1
Fork 0
rust/tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns
2025-03-30 01:32:21 +03:00
..
rfc1445
allow-use-behind-cousin-variant.rs
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
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
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
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
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