2019-09-07 20:34:24 -05:00
|
|
|
// Obsolete attributes fall back to unstable custom attributes.
|
2013-11-06 00:30:19 -06:00
|
|
|
|
2020-09-01 16:12:52 -05:00
|
|
|
#[ab_isize = "stdcall"] extern "C" {}
|
2019-09-15 04:55:18 -05:00
|
|
|
//~^ ERROR cannot find attribute `ab_isize` in this scope
|
2013-11-06 00:30:19 -06:00
|
|
|
|
2019-07-11 17:00:20 -05:00
|
|
|
#[fixed_stack_segment] fn f() {}
|
2019-09-15 04:55:18 -05:00
|
|
|
//~^ ERROR cannot find attribute `fixed_stack_segment` in this scope
|
2013-11-25 08:17:01 -06:00
|
|
|
|
2013-11-06 00:30:19 -06:00
|
|
|
fn main() {}
|