This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-01-31 00:53:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
94c4e5c411
rust
/
tests
/
ui
/
consts
/
const_in_pattern
History
Oli Scherer
d1fd11f3f9
Prevent spurious
unreachable pattern
lints
...
Means you'll get more `non-exhaustive` patterns
2023-10-11 12:49:57 +00:00
..
auxiliary
accept_structural.rs
cross-crate-fail.rs
cross-crate-fail.stderr
Add notes to non-structural const in pattern error message
2023-03-27 11:08:11 -04:00
cross-crate-pass.rs
custom-eq-branch-pass.rs
custom-eq-branch-warn.rs
Add notes to non-structural const in pattern error message
2023-03-27 11:08:11 -04:00
custom-eq-branch-warn.stderr
Add notes to non-structural const in pattern error message
2023-03-27 11:08:11 -04:00
incomplete-slice.rs
incomplete-slice.stderr
Perform match checking on THIR.
2023-04-03 15:59:21 +00:00
issue-44333.rs
issue-44333.stderr
issue-53708.rs
issue-62614.rs
issue-65466.rs
work towards rejecting consts in patterns that do not implement PartialEq
2023-09-24 16:36:26 +02:00
issue-65466.stderr
rename lint; add tracking issue
2023-09-25 19:05:10 +02:00
issue-73431.rs
tests: unset
RUSTC_LOG_COLOR
2023-06-29 11:15:45 +01:00
issue-73431.stderr
issue-78057.rs
Prevent spurious
unreachable pattern
lints
2023-10-11 12:49:57 +00:00
issue-78057.stderr
Prevent spurious
unreachable pattern
lints
2023-10-11 12:49:57 +00:00
no-eq-branch-fail.rs
no-eq-branch-fail.stderr
Add notes to non-structural const in pattern error message
2023-03-27 11:08:11 -04:00
reject_non_partial_eq.rs
reject_non_partial_eq.stderr
Add notes to non-structural const in pattern error message
2023-03-27 11:08:11 -04:00
reject_non_structural.rs
Add a note to duplicate diagnostics
2023-10-05 01:04:41 +00:00
reject_non_structural.stderr
Add a note to duplicate diagnostics
2023-10-05 01:04:41 +00:00
warn_corner_cases.rs
warn_corner_cases.stderr
Add notes to non-structural const in pattern error message
2023-03-27 11:08:11 -04:00