]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/error_codes.rs
Update to use new librustc_error_codes library
[rust.git] / src / librustc_mir / error_codes.rs
index 419c905cb5127a070530064f1b056b4630f7cb21..c119ca536fb524fee9de6768b63fa7d83e3c8786 100644 (file)
@@ -2545,7 +2545,7 @@ const fn foo() -> impl T {
 //  E0471, // constant evaluation error (in pattern)
 //  E0385, // {} in an aliasable location
     E0521, // borrowed data escapes outside of closure
-    E0526, // shuffle indices are not constant
+//  E0526, // shuffle indices are not constant
     E0594, // cannot assign to {}
 //  E0598, // lifetime of {} is too short to guarantee its contents can be...
     E0625, // thread-local statics cannot be accessed at compile-time