]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2627-raw-dylib/link-ordinal-too-many-arguments.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / rfc-2627-raw-dylib / link-ordinal-too-many-arguments.stderr
CommitLineData
f2b60f7d
FG
1error: incorrect number of arguments to `#[link_ordinal]`
2 --> $DIR/link-ordinal-too-many-arguments.rs:5:5
c295e0f8 3 |
f2b60f7d
FG
4LL | #[link_ordinal(3, 4)]
5 | ^^^^^^^^^^^^^^^^^^^^^
c295e0f8 6 |
f2b60f7d 7 = note: the attribute requires exactly one argument
c295e0f8
XL
8
9error: incorrect number of arguments to `#[link_ordinal]`
f2b60f7d 10 --> $DIR/link-ordinal-too-many-arguments.rs:8:5
c295e0f8
XL
11 |
12LL | #[link_ordinal(3, 4)]
13 | ^^^^^^^^^^^^^^^^^^^^^
14 |
15 = note: the attribute requires exactly one argument
16
f2b60f7d 17error: aborting due to 2 previous errors
c295e0f8 18