rust/tests/ui/attributes/obsolete-attr.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
361 B
Plaintext
Raw Normal View History

error: cannot find attribute `fixed_stack_segment` in this scope
--> $DIR/obsolete-attr.rs:6:3
2018-08-08 07:28:26 -05:00
|
LL | #[fixed_stack_segment] fn f() {}
| ^^^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: cannot find attribute `ab_isize` in this scope
2019-06-08 15:55:09 -05:00
--> $DIR/obsolete-attr.rs:3:3
2018-08-08 07:28:26 -05:00
|
2020-09-01 16:12:52 -05:00
LL | #[ab_isize = "stdcall"] extern "C" {}
| ^^^^^^^^
2018-08-08 07:28:26 -05:00
error: aborting due to 2 previous errors