bind-by-move: add E0008 commented out to error_codes.rs
This commit is contained in:
parent
e362ff9feb
commit
aaa9762651
@ -2379,6 +2379,7 @@ const fn foo() -> impl T {
|
||||
|
||||
;
|
||||
|
||||
// E0008, // cannot bind by-move into a pattern guard
|
||||
// E0298, // cannot compare constants
|
||||
// E0299, // mismatched types between arms
|
||||
// E0471, // constant evaluation error (in pattern)
|
||||
|
Loading…
Reference in New Issue
Block a user