about summary refs log tree commit diff
path: root/src/libsyntax/diagnostic_list.rs
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2018-06-09 15:44:32 -0700
committerEsteban Küber <esteban@kuber.com.ar>2018-06-19 11:37:33 -0700
commit09e42bcb10cf056213b1101648befa7d49d05e98 (patch)
treead0b4331989d329a6de593fc923431be35bc0c80 /src/libsyntax/diagnostic_list.rs
parent6ec1b626ba06b51fc8c23ee1cd7e2788163c2265 (diff)
downloadrust-09e42bcb10cf056213b1101648befa7d49d05e98.tar.gz
rust-09e42bcb10cf056213b1101648befa7d49d05e98.zip
Add code to `invalid ABI` error
Diffstat (limited to 'src/libsyntax/diagnostic_list.rs')
-rw-r--r--src/libsyntax/diagnostic_list.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/diagnostic_list.rs b/src/libsyntax/diagnostic_list.rs
index ab8317bfa02..b6748c40fc4 100644
--- a/src/libsyntax/diagnostic_list.rs
+++ b/src/libsyntax/diagnostic_list.rs
@@ -397,4 +397,5 @@ register_diagnostics! {
     E0630, // rustc_const_unstable attribute must be paired with stable/unstable attribute
     E0693, // incorrect `repr(align)` attribute format
     E0694, // an unknown tool name found in scoped attributes
+    E0697, // invalid ABI
 }