mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-19 10:06:55 +00:00
19 lines
494 B
Plaintext
19 lines
494 B
Plaintext
error: incorrect number of arguments to `#[link_ordinal]`
|
|
--> $DIR/link-ordinal-missing-argument.rs:3:5
|
|
|
|
|
LL | #[link_ordinal()]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: the attribute requires exactly one argument
|
|
|
|
error: incorrect number of arguments to `#[link_ordinal]`
|
|
--> $DIR/link-ordinal-missing-argument.rs:6:5
|
|
|
|
|
LL | #[link_ordinal()]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: the attribute requires exactly one argument
|
|
|
|
error: aborting due to 2 previous errors
|
|
|