about summary refs log tree commit diff
path: root/src/libsyntax/diagnostic_list.rs
diff options
context:
space:
mode:
authorCameron Hart <cameron.hart@gmail.com>2017-03-25 19:00:49 +1100
committerCameron Hart <cameron.hart@gmail.com>2017-04-21 07:37:10 +1000
commit7971a47eff4b178ffe7c38c67b1926dacea4c0dd (patch)
treee13abfbdef80aa9a36dd5f58dc0d12f2985cedfb /src/libsyntax/diagnostic_list.rs
parent4358e35fda66ab7a00215c7f9d50e7c6dc9b801b (diff)
downloadrust-7971a47eff4b178ffe7c38c67b1926dacea4c0dd.tar.gz
rust-7971a47eff4b178ffe7c38c67b1926dacea4c0dd.zip
Added feature gate, updated error messages and tests.
Diffstat (limited to 'src/libsyntax/diagnostic_list.rs')
-rw-r--r--src/libsyntax/diagnostic_list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/diagnostic_list.rs b/src/libsyntax/diagnostic_list.rs
index 775775875a4..01d1277ea62 100644
--- a/src/libsyntax/diagnostic_list.rs
+++ b/src/libsyntax/diagnostic_list.rs
@@ -292,5 +292,5 @@ register_diagnostics! {
     E0556, // malformed feature, expected just one word
     E0557, // feature has been removed
     E0584, // file for module `..` found at both .. and ..
-    E0589, // align representation must be a u16 power of two
+    E0589, // invalid `repr(align)` attribute
 }