Skip to content

Commit aaa9762

Browse files
committed
bind-by-move: add E0008 commented out to error_codes.rs
1 parent e362ff9 commit aaa9762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_mir/error_codes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2379,6 +2379,7 @@ There are some known bugs that trigger this message.
23792379

23802380
;
23812381

2382+
// E0008, // cannot bind by-move into a pattern guard
23822383
// E0298, // cannot compare constants
23832384
// E0299, // mismatched types between arms
23842385
// E0471, // constant evaluation error (in pattern)

0 commit comments

Comments
 (0)