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 Normal View History

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