]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/deprecation/deprecation-in-staged-api.stderr
Rollup merge of #93350 - gburgessiv:master, r=Mark-Simulacrum
[rust.git] / src / test / ui / deprecation / deprecation-in-staged-api.stderr
index cf977fa4b7b44d1293a4506f9050a4bdd756e531..5c14f5ed356f321d54f21846801b1333a3c77a4d 100644 (file)
@@ -3,8 +3,6 @@ error: `#[deprecated]` cannot be used in staged API
    |
 LL | #[deprecated]
    | ^^^^^^^^^^^^^ use `#[rustc_deprecated]` instead
-LL | fn main() {}
-   | ------------
 
 error: aborting due to previous error