rust/tests/ui/attributes/obsolete-attr.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
361 B
Plaintext
Raw Permalink Normal View History

error: cannot find attribute `fixed_stack_segment` in this scope
--> $DIR/obsolete-attr.rs:6:3
2018-08-08 12:28:26 +00:00
|
LL | #[fixed_stack_segment] fn f() {}
| ^^^^^^^^^^^^^^^^^^^
2018-08-08 12:28:26 +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" {}
| ^^^^^^^^
2018-08-08 12:28:26 +00:00
error: aborting due to 2 previous errors