about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes.rs
diff options
context:
space:
mode:
authorReese Williams <rtwill722@gmail.com>2019-12-02 21:52:04 -0500
committerReese Williams <rtwill722@gmail.com>2019-12-02 22:01:27 -0500
commit7693bb9e1d122bea1b0645dcc201c6ed79c910e2 (patch)
tree743cd8c89aabb51017a1492df875695172fcb540 /src/librustc_error_codes/error_codes.rs
parent2da942f32802c8233a09744024dfbc34431adf65 (diff)
downloadrust-7693bb9e1d122bea1b0645dcc201c6ed79c910e2.tar.gz
rust-7693bb9e1d122bea1b0645dcc201c6ed79c910e2.zip
Add long error for E0631 and update ui tests.
Diffstat (limited to 'src/librustc_error_codes/error_codes.rs')
-rw-r--r--src/librustc_error_codes/error_codes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes.rs b/src/librustc_error_codes/error_codes.rs
index 7f111b42403..9e4b704170b 100644
--- a/src/librustc_error_codes/error_codes.rs
+++ b/src/librustc_error_codes/error_codes.rs
@@ -347,6 +347,7 @@ E0622: include_str!("./error_codes/E0622.md"),
 E0623: include_str!("./error_codes/E0623.md"),
 E0624: include_str!("./error_codes/E0624.md"),
 E0626: include_str!("./error_codes/E0626.md"),
+E0631: include_str!("./error_codes/E0631.md"),
 E0633: include_str!("./error_codes/E0633.md"),
 E0635: include_str!("./error_codes/E0635.md"),
 E0636: include_str!("./error_codes/E0636.md"),
@@ -580,7 +581,6 @@ E0745: include_str!("./error_codes/E0745.md"),
     // rustc_const_unstable attribute must be paired with stable/unstable
     // attribute
     E0630,
-    E0631, // type mismatch in closure arguments
     E0632, // cannot provide explicit generic arguments when `impl Trait` is
            // used in argument position
     E0634, // type has conflicting packed representaton hints