rust/tests/ui/rfc-1445-restrict-constants-in-patterns
2023-01-11 09:32:08 +00:00
..
allow-hide-behind-direct-unsafe-ptr-embedded.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
allow-hide-behind-direct-unsafe-ptr-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
allow-hide-behind-indirect-unsafe-ptr-embedded.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
allow-hide-behind-indirect-unsafe-ptr-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
allow-use-behind-cousin-variant.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-direct-struct-embedded.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-direct-struct-embedded.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-direct-struct-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-direct-struct-param.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-doubly-indirect-embedded.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-doubly-indirect-embedded.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-doubly-indirect-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-doubly-indirect-param.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-indirect-struct-embedded.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-indirect-struct-embedded.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-indirect-struct-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cant-hide-behind-indirect-struct-param.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate.no_gate.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate.with_gate.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-ptr-is-structurally-matchable.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-6804.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-6804.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61188-match-slice-forbidden-without-eq.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61188-match-slice-forbidden-without-eq.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-62307-match-ref-ref-forbidden-without-eq.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-62307-match-ref-ref-forbidden-without-eq.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-63479-match-fnptr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-63479-match-fnptr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-empty-array-allowed-without-eq-issue-62336.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-forbidden-without-eq.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-forbidden-without-eq.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-nonempty-array-forbidden-without-eq.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-nonempty-array-forbidden-without-eq.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-requires-both-partialeq-and-eq.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-requires-both-partialeq-and-eq.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
phantom-data-is-structurally-matchable.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00