]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/obsolete-attr.stderr
Rollup merge of #99954 - dingxiangfei2009:break-out-let-else-higher-up, r=oli-obk
[rust.git] / src / test / ui / attributes / obsolete-attr.stderr
1 error: cannot find attribute `fixed_stack_segment` in this scope
2   --> $DIR/obsolete-attr.rs:6:3
3    |
4 LL | #[fixed_stack_segment] fn f() {}
5    |   ^^^^^^^^^^^^^^^^^^^
6
7 error: cannot find attribute `ab_isize` in this scope
8   --> $DIR/obsolete-attr.rs:3:3
9    |
10 LL | #[ab_isize = "stdcall"] extern "C" {}
11    |   ^^^^^^^^
12
13 error: aborting due to 2 previous errors
14