X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fdeprecation%2Fdeprecation-in-staged-api.stderr;h=5c14f5ed356f321d54f21846801b1333a3c77a4d;hb=8c93948d6e9e09abfffc53d0b863ece16cde7286;hp=cf977fa4b7b44d1293a4506f9050a4bdd756e531;hpb=23c172ff0f2855446bb9242e3de69fbf67c99693;p=rust.git diff --git a/src/test/ui/deprecation/deprecation-in-staged-api.stderr b/src/test/ui/deprecation/deprecation-in-staged-api.stderr index cf977fa4b7b..5c14f5ed356 100644 --- a/src/test/ui/deprecation/deprecation-in-staged-api.stderr +++ b/src/test/ui/deprecation/deprecation-in-staged-api.stderr @@ -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