You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<https://github.com/rust-lang/rust/issues/93367> for more information",
529
529
);
530
+
store.register_removed(
531
+
"const_patterns_without_partial_eq",
532
+
"converted into hard error, see RFC #3535 \
533
+
<https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information",
warning: to use a constant of type `&[O<B>]` in a pattern, the type must implement `PartialEq`
2
-
--> $DIR/issue-65466.rs:18:9
1
+
error: to use a constant of type `&[O<B>]` in a pattern, the type must implement `PartialEq`
2
+
--> $DIR/issue-65466.rs:14:9
3
3
|
4
4
LL | C => (),
5
5
| ^
6
-
|
7
-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8
-
= note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122>
9
-
= note: `#[warn(const_patterns_without_partial_eq)]` on by default
warning: to use a constant of type `&[O<B>]` in a pattern, the type must implement `PartialEq`
15
-
--> $DIR/issue-65466.rs:18:9
16
-
|
17
-
LL | C => (),
18
-
| ^
19
-
|
20
-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
21
-
= note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122>
22
-
= note: `#[warn(const_patterns_without_partial_eq)]` on by default
warning: to use a constant of type `EnumSet<Enum8>` in a pattern, the type must implement `PartialEq`
2
-
--> $DIR/issue-72896-non-partial-eq-const.rs:20:9
1
+
error: to use a constant of type `EnumSet<Enum8>` in a pattern, the type must implement `PartialEq`
2
+
--> $DIR/issue-72896-non-partial-eq-const.rs:19:9
3
3
|
4
4
LL | CONST_SET => { /* ok */ }
5
5
| ^^^^^^^^^
6
-
|
7
-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8
-
= note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122>
9
-
= note: `#[warn(const_patterns_without_partial_eq)]` on by default
warning: to use a constant of type `EnumSet<Enum8>` in a pattern, the type must implement `PartialEq`
15
-
--> $DIR/issue-72896-non-partial-eq-const.rs:20:9
16
-
|
17
-
LL | CONST_SET => { /* ok */ }
18
-
| ^^^^^^^^^
19
-
|
20
-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
21
-
= note: for more information, see issue #116122 <https://github.com/rust-lang/rust/issues/116122>
22
-
= note: `#[warn(const_patterns_without_partial_eq)]` on by default
0 commit comments