diff options
| author | Alex Burka <alex@alexburka.com> | 2017-09-08 18:11:30 +0000 |
|---|---|---|
| committer | Alex Burka <alex@alexburka.com> | 2017-09-13 15:07:17 +0000 |
| commit | a12d0d4f6672a9621771433d2f05757f1f79130d (patch) | |
| tree | 311a6bcf852139223a8444c1442d3248fd9e6e24 /src/libsyntax/diagnostic_list.rs | |
| parent | 824952f48b85806c498d700f183dfc42b516cc7d (diff) | |
| download | rust-a12d0d4f6672a9621771433d2f05757f1f79130d.tar.gz rust-a12d0d4f6672a9621771433d2f05757f1f79130d.zip | |
honor #[rustc_const_unstable] attributes
Diffstat (limited to 'src/libsyntax/diagnostic_list.rs')
| -rw-r--r-- | src/libsyntax/diagnostic_list.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsyntax/diagnostic_list.rs b/src/libsyntax/diagnostic_list.rs index 2ea3fe51d30..46dec73c962 100644 --- a/src/libsyntax/diagnostic_list.rs +++ b/src/libsyntax/diagnostic_list.rs @@ -357,8 +357,11 @@ register_diagnostics! { E0549, // rustc_deprecated attribute must be paired with either stable or unstable attribute E0550, // multiple deprecated attributes E0551, // incorrect meta item + E0553, // multiple rustc_const_unstable attributes E0555, // malformed feature attribute, expected #![feature(...)] E0556, // malformed feature, expected just one word E0584, // file for module `..` found at both .. and .. E0589, // invalid `repr(align)` attribute + E0629, // missing 'feature' (rustc_const_unstable) + E0630, // rustc_const_unstable attribute must be paired with stable/unstable attribute } |
