From aaa9762651c15ee16ae210b18c843bceab7bf454 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Thu, 5 Sep 2019 19:37:38 +0200 Subject: [PATCH] bind-by-move: add E0008 commented out to error_codes.rs --- src/librustc_mir/error_codes.rs | 1 + 1 file changed, 1 insertion(+) 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)