]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/error_codes.rs
Create new error code E0734 for stability attributes used outside of standard library
[rust.git] / src / librustc / error_codes.rs
index eee33846139e673dcdea38ac9a8977807ae573af..554e1a9ad828d63e977a337a85ca189df1e2f2a5 100644 (file)
@@ -2247,4 +2247,5 @@ trait Foo { }
     E0726, // non-explicit (not `'_`) elided lifetime in unsupported position
     E0727, // `async` generators are not yet supported
     E0728, // `await` must be in an `async` function or block
+    E0734, // stability attributes may not be used outside of the standard library
 }