]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-obsolete-attr.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / lint / lint-obsolete-attr.stderr
1 error: unused attribute
2   --> $DIR/lint-obsolete-attr.rs:18:1
3    |
4 LL | #[ab_isize="stdcall"] extern {} //~ ERROR unused attribute
5    | ^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/lint-obsolete-attr.rs:14:9
9    |
10 LL | #![deny(unused_attributes)]
11    |         ^^^^^^^^^^^^^^^^^
12
13 error: unused attribute
14   --> $DIR/lint-obsolete-attr.rs:20:1
15    |
16 LL | #[fixed_stack_segment] fn f() {} //~ ERROR unused attribute
17    | ^^^^^^^^^^^^^^^^^^^^^^
18
19 error: aborting due to 2 previous errors
20