diff --git a/src/librustc_mir/error_codes.rs b/src/librustc_mir/error_codes.rs index a10af7e2aceab..908dd601df3d0 100644 --- a/src/librustc_mir/error_codes.rs +++ b/src/librustc_mir/error_codes.rs @@ -2379,6 +2379,7 @@ There are some known bugs that trigger this message. ; +// E0008, // cannot bind by-move into a pattern guard // E0298, // cannot compare constants // E0299, // mismatched types between arms // E0471, // constant evaluation error (in pattern)