2019-09-15 04:55:18 -05:00
|
|
|
error: cannot find attribute `fixed_stack_segment` in this scope
|
2019-07-11 17:00:20 -05:00
|
|
|
--> $DIR/obsolete-attr.rs:6:3
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-06-08 09:35:54 -05:00
|
|
|
LL | #[fixed_stack_segment] fn f() {}
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2019-09-15 04:55:18 -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" {}
|
2019-06-08 09:35:54 -05:00
|
|
|
| ^^^^^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|