rust/tests/ui/consts/const_in_pattern
bors b0d3e04ca9 Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin
Implement RFC 3373: Avoid non-local definitions in functions

This PR implements [RFC 3373: Avoid non-local definitions in functions](https://github.com/rust-lang/rust/issues/120363).
2024-02-25 19:11:06 +00:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
accept_structural.rs Allow newly added non_local_definitions lint in tests 2024-02-17 13:59:45 +01:00
cross-crate-fail.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
cross-crate-fail.stderr remove StructuralEq trait 2024-01-24 07:56:23 +01:00
cross-crate-pass.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
custom-eq-branch-pass.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
incomplete-slice.rs remove StructuralEq trait 2024-01-24 07:56:23 +01:00
incomplete-slice.stderr remove StructuralEq trait 2024-01-24 07:56:23 +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 update the tracking issue for structural match violations 2024-02-05 20:36:11 +01:00
issue-44333.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-44333.stderr update the tracking issue for structural match violations 2024-02-05 20:36:11 +01:00
issue-53708.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-62614.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-65466.rs make non-PartialEq-typed consts as patterns a hard error 2024-02-25 11:30:10 +01:00
issue-65466.stderr make non-PartialEq-typed consts as patterns a hard error 2024-02-25 11:30:10 +01:00
issue-73431.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
no-eq-branch-fail.rs remove StructuralEq trait 2024-01-24 07:56:23 +01:00
no-eq-branch-fail.stderr remove StructuralEq trait 2024-01-24 07:56:23 +01:00
null-raw-ptr-issue-119270.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
reject_non_partial_eq.rs remove StructuralEq trait 2024-01-24 07:56:23 +01:00
reject_non_partial_eq.stderr remove StructuralEq trait 2024-01-24 07:56:23 +01:00
reject_non_structural.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
reject_non_structural.stderr update the tracking issue for structural match violations 2024-02-05 20:36:11 +01:00