bind-by-move: add E0008 commented out to error_codes.rs

This commit is contained in:
Mazdak Farrokhzad 2019-09-05 19:37:38 +02:00
parent e362ff9feb
commit aaa9762651

View File

@ -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)