rust/tests/ui/consts/const_in_pattern
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
..
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 Show number in error message even for one error 2023-11-24 19:15:52 +01: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
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 Show number in error message even for one error 2023-11-24 19:15:52 +01:00
no-eq-branch-fail.rs
no-eq-branch-fail.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
reject_non_partial_eq.rs
reject_non_partial_eq.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01: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