This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
ui
/
rfcs
/
rfc-1445-restrict-constants-in-patterns
History
Ralf Jung
45d01b8131
update the tracking issue for structural match violations
...
and bless a test I missed
2024-02-05 20:36:11 +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
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
2024-01-02 15:34:37 -05:00
allow-use-behind-cousin-variant.rs
…
cant-hide-behind-direct-struct-embedded.rs
…
cant-hide-behind-direct-struct-embedded.stderr
…
cant-hide-behind-direct-struct-param.rs
…
cant-hide-behind-direct-struct-param.stderr
…
cant-hide-behind-doubly-indirect-embedded.rs
…
cant-hide-behind-doubly-indirect-embedded.stderr
update the tracking issue for structural match violations
2024-02-05 20:36:11 +01:00
cant-hide-behind-doubly-indirect-param.rs
…
cant-hide-behind-doubly-indirect-param.stderr
update the tracking issue for structural match violations
2024-02-05 20:36:11 +01:00
cant-hide-behind-indirect-struct-embedded.rs
…
cant-hide-behind-indirect-struct-embedded.stderr
update the tracking issue for structural match violations
2024-02-05 20:36:11 +01:00
cant-hide-behind-indirect-struct-param.rs
…
cant-hide-behind-indirect-struct-param.stderr
update the tracking issue for structural match violations
2024-02-05 20:36:11 +01:00
feature-gate.no_gate.stderr
…
feature-gate.rs
…
feature-gate.with_gate.stderr
…
fn-ptr-is-structurally-matchable.rs
…
fn-ptr-is-structurally-matchable.stderr
update the tracking issue for structural match violations
2024-02-05 20:36:11 +01:00
issue-6804-nan-match.rs
add test checking behavior of matching on floats, and NaNs in consts
2024-01-26 17:25:03 +01:00
issue-6804-nan-match.stderr
…
issue-61188-match-slice-forbidden-without-eq.rs
…
issue-61188-match-slice-forbidden-without-eq.stderr
…
issue-62307-match-ref-ref-forbidden-without-eq.rs
…
issue-62307-match-ref-ref-forbidden-without-eq.stderr
update the tracking issue for structural match violations
2024-02-05 20:36:11 +01:00
issue-63479-match-fnptr.rs
…
issue-63479-match-fnptr.stderr
update the tracking issue for structural match violations
2024-02-05 20:36:11 +01:00
match-empty-array-allowed-without-eq-issue-62336.rs
…
match-requires-both-partialeq-and-eq.rs
…
match-requires-both-partialeq-and-eq.stderr
…
phantom-data-is-structurally-matchable.rs
…