rust/tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00
..
rfc1445
allow-hide-behind-direct-unsafe-ptr-embedded.rs
allow-hide-behind-direct-unsafe-ptr-param.rs
allow-hide-behind-indirect-unsafe-ptr-embedded.rs
allow-hide-behind-indirect-unsafe-ptr-param.rs
allow-use-behind-cousin-variant.rs
cant-hide-behind-direct-struct-embedded.rs
cant-hide-behind-direct-struct-embedded.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
cant-hide-behind-direct-struct-param.rs
cant-hide-behind-direct-struct-param.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
cant-hide-behind-doubly-indirect-embedded.rs
cant-hide-behind-doubly-indirect-embedded.stderr
cant-hide-behind-doubly-indirect-param.rs
cant-hide-behind-doubly-indirect-param.stderr
cant-hide-behind-indirect-struct-embedded.rs
cant-hide-behind-indirect-struct-embedded.stderr
cant-hide-behind-indirect-struct-param.rs
cant-hide-behind-indirect-struct-param.stderr
feature-gate.no_gate.stderr
feature-gate.rs
feature-gate.with_gate.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
fn-ptr-is-structurally-matchable.rs make pointer_structural_match warn-by-default 2023-10-28 17:02:18 +02:00
fn-ptr-is-structurally-matchable.stderr make pointer_structural_match warn-by-default 2023-10-28 17:02:18 +02:00
issue-6804.rs
issue-6804.stderr
issue-61188-match-slice-forbidden-without-eq.rs
issue-61188-match-slice-forbidden-without-eq.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-62307-match-ref-ref-forbidden-without-eq.rs
issue-62307-match-ref-ref-forbidden-without-eq.stderr
issue-63479-match-fnptr.rs
issue-63479-match-fnptr.stderr
match-empty-array-allowed-without-eq-issue-62336.rs
match-forbidden-without-eq.rs
match-forbidden-without-eq.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
match-nonempty-array-forbidden-without-eq.rs
match-nonempty-array-forbidden-without-eq.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
match-requires-both-partialeq-and-eq.rs
match-requires-both-partialeq-and-eq.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
phantom-data-is-structurally-matchable.rs