blob: 9c6909f65f3ea3ab3e48d73acbb0433c091e0140 [file] [log] [blame]
error: cannot find attribute macro `fixed_stack_segment` in this scope
--> $DIR/obsolete-attr.rs:6:3
|
LL | #[fixed_stack_segment] fn f() {}
| ^^^^^^^^^^^^^^^^^^^
error: cannot find attribute macro `ab_isize` in this scope
--> $DIR/obsolete-attr.rs:3:3
|
LL | #[ab_isize="stdcall"] extern {}
| ^^^^^^^^
error: aborting due to 2 previous errors