about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes.rs
diff options
context:
space:
mode:
authorChristian Poveda <git@christianpoveda.xyz>2020-06-18 14:52:37 -0500
committerChristian Poveda <git@christianpoveda.xyz>2020-06-19 14:16:38 -0500
commit96031e22d22fd3b98e6caa3851b99272e2b4618d (patch)
treec9f390ca17849af8918034a3b804ab44e1b9f2ff /src/librustc_error_codes/error_codes.rs
parent1f48465a0147769cfe6487212862a66518663fed (diff)
downloadrust-96031e22d22fd3b98e6caa3851b99272e2b4618d.tar.gz
rust-96031e22d22fd3b98e6caa3851b99272e2b4618d.zip
add new error code
Diffstat (limited to 'src/librustc_error_codes/error_codes.rs')
-rw-r--r--src/librustc_error_codes/error_codes.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_error_codes/error_codes.rs b/src/librustc_error_codes/error_codes.rs
index 997762efcb3..738b3bc7539 100644
--- a/src/librustc_error_codes/error_codes.rs
+++ b/src/librustc_error_codes/error_codes.rs
@@ -444,6 +444,7 @@ E0760: include_str!("./error_codes/E0760.md"),
 E0761: include_str!("./error_codes/E0761.md"),
 E0762: include_str!("./error_codes/E0762.md"),
 E0763: include_str!("./error_codes/E0763.md"),
+E0764: include_str!("./error_codes/E0764.md"),
 ;
 //  E0006, // merged with E0005
 //  E0008, // cannot bind by-move into a pattern guard