2021-09-10 17:34:09 -07:00
|
|
|
error: incorrect number of arguments to `#[link_ordinal]`
|
2023-03-27 10:42:22 -07:00
|
|
|
--> $DIR/link-ordinal-too-many-arguments.rs:3:5
|
2021-09-10 17:34:09 -07:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(3, 4)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: the attribute requires exactly one argument
|
|
|
|
|
2022-08-02 11:36:41 -07:00
|
|
|
error: incorrect number of arguments to `#[link_ordinal]`
|
2023-03-27 10:42:22 -07:00
|
|
|
--> $DIR/link-ordinal-too-many-arguments.rs:6:5
|
2022-08-02 11:36:41 -07:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(3, 4)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: the attribute requires exactly one argument
|
|
|
|
|
2022-07-29 11:18:07 -07:00
|
|
|
error: aborting due to 2 previous errors
|
2021-09-10 17:34:09 -07:00
|
|
|
|