rust/tests/ui/consts/const_in_pattern
2023-11-12 09:43:08 +01:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
accept_structural.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-crate-fail.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
custom-eq-branch-pass.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
incomplete-slice.stderr Perform match checking on THIR. 2023-04-03 15:59:21 +00:00
issue-34784-match-on-non-int-raw-ptr.rs patterns: don't ice when encountering a raw str slice 2023-11-12 09:43:08 +01:00
issue-34784-match-on-non-int-raw-ptr.stderr patterns: don't ice when encountering a raw str slice 2023-11-12 09:43:08 +01:00
issue-44333.rs patterns: reject raw pointers that are not just integers 2023-10-28 17:02:18 +02:00
issue-44333.stderr patterns: reject raw pointers that are not just integers 2023-10-28 17:02:18 +02:00
issue-53708.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-62614.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
warn_corner_cases.stderr Add notes to non-structural const in pattern error message 2023-03-27 11:08:11 -04:00