]> git.proxmox.com Git - rustc.git/blobdiff - src/libsyntax/diagnostic_list.rs
New upstream version 1.34.2+dfsg1
[rustc.git] / src / libsyntax / diagnostic_list.rs
index 548bf8b7f8a8048f291dc7b06faf1bc753a64987..2c367f1f402423e4f8f651da70be6b72410c229e 100644 (file)
@@ -389,12 +389,12 @@ register_diagnostics! {
     E0545, // incorrect 'issue'
     E0546, // missing 'feature'
     E0547, // missing 'issue'
-    E0548, // incorrect stability attribute type
+//  E0548, // replaced with a generic attribute input check
     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(...)]
+//  E0555, // replaced with a generic attribute input check
     E0556, // malformed feature, expected just one word
     E0584, // file for module `..` found at both .. and ..
     E0629, // missing 'feature' (rustc_const_unstable)