rust/src/test/ui/lint/lint-obsolete-attr.stderr

21 lines
504 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: unused attribute
--> $DIR/lint-obsolete-attr.rs:18:1
|
LL | #[ab_isize="stdcall"] extern {} //~ ERROR unused attribute
| ^^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/lint-obsolete-attr.rs:14:9
|
LL | #![deny(unused_attributes)]
| ^^^^^^^^^^^^^^^^^
error: unused attribute
--> $DIR/lint-obsolete-attr.rs:20:1
|
LL | #[fixed_stack_segment] fn f() {} //~ ERROR unused attribute
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors