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